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:
parent
548da72632
commit
dcd21b57bd
40 changed files with 281 additions and 177 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue