Ver Fonte

Kill love.sync;

bjorn há 11 anos atrás
pai
commit
27e7c69ef6
1 ficheiros alterados com 0 adições e 1 exclusões
  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})