瀏覽代碼

Kill love.sync;

bjorn 11 年之前
父節點
當前提交
27e7c69ef6
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      main.lua

+ 0 - 1
main.lua

@@ -7,7 +7,6 @@ end
 
 love.update = Context.update
 love.draw = Context.draw
-love.sync = Context.sync
 love.quit = Context.quit
 
 love.handlers = setmetatable({}, {__index = Context})