aboutsummaryrefslogtreecommitdiff
path: root/examples/text_rbmf_fonts.lua
diff options
context:
space:
mode:
authorghassanpl <kronikarz@gmail.com>2016-08-06 16:58:48 +0200
committerghassanpl <kronikarz@gmail.com>2016-08-06 16:58:48 +0200
commit4960e6b6d7b4cba6125cfb8bb2fef043db8e5ba5 (patch)
tree88dfb074579589a5ea6eba92462bb44863d18798 /examples/text_rbmf_fonts.lua
parentd5f5f0a9302435945b730e5ec001bda39741f3c7 (diff)
downloadraylib-4960e6b6d7b4cba6125cfb8bb2fef043db8e5ba5.tar.gz
raylib-4960e6b6d7b4cba6125cfb8bb2fef043db8e5ba5.zip
Fixes for some Lua bugs
Diffstat (limited to 'examples/text_rbmf_fonts.lua')
-rw-r--r--examples/text_rbmf_fonts.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/text_rbmf_fonts.lua b/examples/text_rbmf_fonts.lua
index d89e4071..0e0e4142 100644
--- a/examples/text_rbmf_fonts.lua
+++ b/examples/text_rbmf_fonts.lua
@@ -50,7 +50,7 @@ for i = 1, 8 do
positions[i].y = 60 + fonts[i].size + 50*i
end
-local colors = { MAROON, ORANGE, DARKGREEN, DARKBLUE, DARKPURPLE, LIME, GOLD }
+local colors = { MAROON, ORANGE, DARKGREEN, DARKBLUE, DARKPURPLE, LIME, GOLD, BLACK }
SetTargetFPS(60) -- Set target frames-per-second
-------------------------------------------------------------------------------------------