aboutsummaryrefslogtreecommitdiff
path: root/src/renderer/RSoftwareBackend.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/RSoftwareBackend.hpp')
-rw-r--r--src/renderer/RSoftwareBackend.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/RSoftwareBackend.hpp b/src/renderer/RSoftwareBackend.hpp
index 482bb52..2563558 100644
--- a/src/renderer/RSoftwareBackend.hpp
+++ b/src/renderer/RSoftwareBackend.hpp
@@ -30,7 +30,7 @@ private:
void DrawClear();
void DrawRectangle(REntity_Rectangle& entity);
void DrawAlphaBitmap(REntity_AlphaBitmap& entity);
- void DrawText(REntity_Text& entity);
+ void DrawFrameString32(REntity_String32& entity);
void DrawTextGlyph(Glyph& glyph, Color color, int32_t xscreen, int32_t yscreen);