Fixed examples.

This commit is contained in:
jussi
2023-10-29 19:45:18 +02:00
parent fcd2d2d8b5
commit 992310fb90
18 changed files with 62 additions and 54 deletions

View File

@@ -100,5 +100,5 @@ function RL.draw()
RL.ClearBackground( RL.RED )
end
RL.DrawText( 0, text, textPos, 20, 2, RL.BLACK )
RL.DrawText( RL.defaultFont, text, textPos, 20, 2, RL.BLACK )
end