HATPC/scenes/engine/EC
En Yi cf6dbcf481 Fix incorrect update of entity manager
Changelog:
- Clear to_update queue correctly
- Move entity deletion after adding
    - This is to allow deletion immediately after adding
    - Should be okay
- Fix incorrect null checking when adding entity
- Queue deletion when removing entity even if not found at removal time
    - The update function should handle such case
2023-07-19 10:55:16 +08:00
..
sc Refactor for better separation of concern 2023-05-16 21:09:38 +08:00
CMakeLists.txt Refactor for better separation of concern 2023-05-16 21:09:38 +08:00
EC.h Ready a water filler/runner entity 2023-07-18 21:49:43 +08:00
entManager.c Fix incorrect update of entity manager 2023-07-19 10:55:16 +08:00
mempool.c Ready a water filler/runner entity 2023-07-18 21:49:43 +08:00
mempool.h Combine Component, Entity + Manager headers 2023-05-23 20:37:55 +08:00