small fix

This commit is contained in:
2023-08-31 19:15:00 +03:00
parent ef764d947d
commit 849063e846

View File

@@ -732,7 +732,7 @@ void Renderer::renderScene() {
}
if (view->grabFormats().testFlag(gfFloat)) {
if (grab_mipmap_f == 0) {
fbo_out.queryImage(obrLighting);
fbo_out.queryImageF(obrLighting);
last_img_f = fbo_out.getPointsFloat();
} else {
img_f_mips.setIndexFrom(obrLighting);