summaryrefslogtreecommitdiff
path: root/examples/window
diff options
context:
space:
mode:
Diffstat (limited to 'examples/window')
-rw-r--r--examples/window/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/window/main.lua b/examples/window/main.lua
index c6161e9..3e10f34 100644
--- a/examples/window/main.lua
+++ b/examples/window/main.lua
@@ -24,5 +24,5 @@ end
function RL.draw()
RL.ClearBackground( RL.RAYWHITE )
- RL.DrawText( RL.GetFontDefault(), text, textPos, 20, 2, textColor )
+ RL.DrawText( text, textPos, 20, textColor )
end