2
0
bjorn 9 жил өмнө
parent
commit
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()