From ef8e4a379cd5b4fd2d1587236fee0a5f6cc5271b Mon Sep 17 00:00:00 2001 From: Tobi Date: Sun, 26 Dec 2021 13:16:45 +0100 Subject: [PATCH] Update renderd7.hpp --- renderd7.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderd7.hpp b/renderd7.hpp index 72ae3f6..71f6edc 100644 --- a/renderd7.hpp +++ b/renderd7.hpp @@ -189,7 +189,7 @@ namespace RenderD7 void ClearTextBufs(void); bool DrawRect(float x, float y, float w, float h, u32 color); - bool DrawNFRect(float p1x, float p1y, float w, float h, u32 color, float scsle = 1); + bool DrawNFRect(float p1x, float p1y, float w, float h, u32 color, float scale = 1); bool DrawPx(float x, float y, u32 color); void DrawTextCentered(float x, float y, float size, u32 color, std::string Text, int maxWidth = 0, int maxHeight = 0, C2D_Font fnt = nullptr); void DrawText(float x, float y, float size, u32 color, std::string Text, int maxWidth = 0, int maxHeight = 0, C2D_Font fnt = nullptr);