diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ end function RL.draw() RL.ClearBackground( RL.RAYWHITE ) - RL.DrawText( 0, "Congrats! You created your first window!", textPos, 20, 2, textColor ) + RL.DrawText( RL.defaultFont, "Congrats! You created your first window!", textPos, 20, 2, textColor ) end ``` |
