Browse Source

Fix tabs;

bjorn 9 years ago
parent
commit
a327ec3c01
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/context/game.lua

+ 1 - 1
app/context/game.lua

@@ -3,7 +3,7 @@ local Game = class()
 Game.tag = 'client'
 
 function Game:load(options)
-	self.options = options
+  self.options = options
   self.event = app.util.event()
   self.net = app.net.client()
   self.input = app.util.input()