spicylobstergames / shotcaller-minigene

A moddable RTS/MOBA game made with bracket-lib and minigene.
https://www.notion.so/erlendsh/Shotcaller-7374d2b2819c42ccb40f01dc7089d419
Other
152 stars 12 forks source link

Very minor fine-tuning to OrderQueue #57

Closed Winsalot closed 3 years ago

Winsalot commented 3 years ago

It seemed inconsistent that OrderQueue component which is based on VecDeque would be created by supplying Vec of values. This tiny PR fixes it.

(I was hoping to commit it to #49 before it was merged, but it seems like I was 3 hours too slow)