forked from TecProg-grupo4-2018-2/panel-attack
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
love2d has two callbacks, one for updating the game state and one for drawing it. The code currently creates the draw queue entirely in the update loop and then loops through said queue in the draw loop.
This seems to cause a lot of memory usage by creating/deleting huge tables and ties drawing and updating the game together. splitting this is a priority
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request