Selaa lähdekoodia

Kill love.sync;

bjorn 11 vuotta sitten
vanhempi
commit
27e7c69ef6
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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})