BentouDev / YAGE

Simple game engine, written in C++
MIT License
8 stars 2 forks source link

Reduce usage of Utils::List in main loop #10

Open BentouDev opened 7 years ago

BentouDev commented 7 years ago

Remove it from CommandQueue and create standard, raw array (of fixed size) in its place. Commands that wont fit would be put in new Queue.