Switching to Linux to find a memory bug and I want to keep a record of what caused it.

This commit is contained in:
Zed A. Shaw 2025-07-30 22:34:26 -04:00
parent be3eef7082
commit e51fb8627c
7 changed files with 23 additions and 42 deletions

View file

@ -41,5 +41,5 @@ class LevelManager {
GameLevel &get(size_t index);
LevelScaling scale_level();
DinkyECS::Entity spawn_enemy(std::string named);
DinkyECS::Entity spawn_enemy(const std::string& named);
};