bjorn 9 年 前
コミット
a327ec3c01
1 ファイル変更1 行追加1 行削除
  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()