Skip to content

Commit

Permalink
Cleanup unecessary globals in launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
rakiru committed Feb 3, 2016
1 parent 307bc38 commit 5d5e9a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/iceball/launch/main_client.lua
Expand Up @@ -143,7 +143,7 @@ common.img_fill(img_button_bkg_transparent, 0x22111111)

local img_splash = common.img_load("pkg/iceball/gfx/splash_logo.png", "png")
local img_splash_width, img_splash_height
local img_splash_width, img_splash_height_scaled
local img_splash_width_scaled, img_splash_height_scaled

local splashtweenprogress_scale = 0.9
local splashtweenprogress_y = 1.0
Expand Down Expand Up @@ -199,7 +199,7 @@ function client.hook_render()
if common.version.num < latest_version then
version_string = "Update available! ("..common.version.str..")"
version_colour = 0xFFE81515
download_text = "Download the latest version at http://iceball.build"
local download_text = "Download the latest version at http://iceball.build"
font.render(
screen_width - font.string_width(download_text) - text_offset,
ch * 1,
Expand Down

0 comments on commit 5d5e9a1

Please sign in to comment.