1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-08-09 23:59:51 +00:00

Little fixup + use RGBA16f framebuffer

This commit is contained in:
fgenesis 2016-11-15 12:58:55 +01:00
parent ce869ba55a
commit 034cf6a69f
3 changed files with 9 additions and 14 deletions

View file

@ -71,7 +71,7 @@ void PostProcessingFX::disable(FXTypes type)
void PostProcessingFX::render()
{
if(!core->frameBuffer.isEnabled())
if(!core->frameBuffer.isInited())
return;
for (int i = 0; i < FXT_MAX; i++)