git-svn-id: svn://db.shs.com.ru/libs@343 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2017-12-22 14:48:57 +00:00
parent 8a3bbb9087
commit 1be899437b

View File

@@ -532,7 +532,7 @@ void RendererDeferredShading::resize(int width, int height) {
fbo_g.resize(width, height);
fbo_out.resize(width, height);
fbo_hsmall.resize(width / 16, height / 16);
view.setSceneRect(QRect(0, 0, width, height)); /// WARNING
view.setSceneRect(QRect(0, 0, width, height));
//df->move(-width / 2, -height / 2);
}