- fixed last commit.

This commit is contained in:
Christoph Oelckers 2018-04-01 17:16:53 +02:00
commit 0127a71974
7 changed files with 20 additions and 33 deletions

View file

@ -625,7 +625,7 @@ void FGLRenderer::CreateTonemapPalette()
}
}
mTonemapPalette = new FHardwareTexture(512, 512, true);
mTonemapPalette = new FHardwareTexture(true);
mTonemapPalette->CreateTexture(&lut[0], 512, 512, 0, false, 0, "mTonemapPalette");
}
}