Skip to content

Commit

Permalink
fixed typo, white background works again
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyKoyle committed Jul 4, 2017
1 parent 1d643b8 commit b5f2382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion romfs/index.lua
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ function updateColors()
colors.background = Color.new(0,0,0) -- Black
elseif colorIndex.background == 1 then
colors.background = Color.new(0,98,137) -- Dark blue
elseif colorIndex.backrgound == 2 then
elseif colorIndex.background == 2 then
colors.background = Color.new(255,255,255) -- White
elseif colorIndex.background == 3 then
colors.background = Color.new(0,175,96) -- Dark green
Expand Down

0 comments on commit b5f2382

Please sign in to comment.