* Fix wrong indentation style used in r2480
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2481 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
a8bfacf6ed
commit
97192c00cb
|
@ -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_
|
||||
|
|
Loading…
Reference in New Issue