small fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user