diff --git a/lib/ivis_common/textdraw.h b/lib/ivis_common/textdraw.h index 4dd7c376b..06f20ff43 100644 --- a/lib/ivis_common/textdraw.h +++ b/lib/ivis_common/textdraw.h @@ -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_