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:
parent
ce869ba55a
commit
034cf6a69f
3 changed files with 9 additions and 14 deletions
|
@ -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++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue