diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/window/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/window/main.lua b/examples/window/main.lua index 3e10f34..63c18d7 100644 --- a/examples/window/main.lua +++ b/examples/window/main.lua @@ -17,7 +17,7 @@ function RL.process( delta ) end if RL.IsKeyPressed( RL.KEY_SPACE ) then - textColor = RL.BLACK + textColor = RL.RED textPos = { 192, 200 } end end |
