瀏覽代碼

Fix crash;

bjorn 10 年之前
父節點
當前提交
c47c8ce95b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dinoland.lua

+ 1 - 1
dinoland.lua

@@ -175,7 +175,7 @@ function Dinoland:update()
     if not dactyl then break end
     dactyl.x = dactyl.x - dactyl.speed * ls.tickrate
     if dactyl.x < -100 then
-      table.remove(self.dactyl, i)
+      table.remove(self.dactyls, i)
     else
       i = i - 1
     end