* Fix wrong indentation style used in r2480

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2481 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2007-09-25 20:57:06 +00:00
parent a8bfacf6ed
commit 97192c00cb
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ extern void iV_DrawTextRotated(const char* string, float x, float y, float rotat
static inline void iV_DrawText(const char* string, float x, float y)
{
iV_DrawTextRotated(string, x, y, 0.f);
iV_DrawTextRotated(string, x, y, 0.f);
}
#endif // _INCLUDED_TEXTDRAW_