mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-08 23:30:06 +00:00
Replace spaces with tabs (future self: i'm sorry)
In most places, that is. Left some files unchanges because they are a mess.
This commit is contained in:
parent
dcd21b57bd
commit
8af953cb63
42 changed files with 691 additions and 706 deletions
|
@ -80,10 +80,8 @@ void PostProcessingFX::render()
|
|||
FXTypes type = (FXTypes)i;
|
||||
switch(type)
|
||||
{
|
||||
case FTX_NONE:
|
||||
break;
|
||||
case FXT_MAX:
|
||||
break;
|
||||
case FXT_MAX:
|
||||
break;
|
||||
case FXT_RADIALBLUR:
|
||||
|
||||
float windowW = core->getWindowWidth();
|
||||
|
@ -152,7 +150,7 @@ void PostProcessingFX::render()
|
|||
RenderObject::lastTextureApplied = 0;
|
||||
|
||||
|
||||
break;
|
||||
break;
|
||||
}
|
||||
glPopMatrix();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue