summaryrefslogtreecommitdiff
path: root/examples/window/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/window/main.lua')
-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 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