v-olin / ShardPlusPlus

The game-engine "Shard" from the course "TDA572 / DIT572 Game engine architecture" rewritten in C++ and extended with new features.
4 stars 0 forks source link

Implement comparator for Transform #39

Closed v-olin closed 8 months ago

v-olin commented 9 months ago

Display classes compares transforms to add and remove transforms from the _toDraw vector. The current comparison is only done on their height which is a bit sussy

v-olin commented 8 months ago

i fucked transforms :^))))

v-olin commented 8 months ago

[redacted]