1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-08-08 15:19:50 +00:00

Merge pull request #41

This commit is contained in:
Valentin Ochs 2017-01-12 22:14:26 +01:00 committed by fgenesis
parent 548da72632
commit dcd21b57bd
40 changed files with 281 additions and 177 deletions

View file

@ -80,6 +80,10 @@ void PostProcessingFX::render()
FXTypes type = (FXTypes)i;
switch(type)
{
case FTX_NONE:
break;
case FXT_MAX:
break;
case FXT_RADIALBLUR:
float windowW = core->getWindowWidth();
@ -148,7 +152,7 @@ void PostProcessingFX::render()
RenderObject::lastTextureApplied = 0;
break;
break;
}
glPopMatrix();