I segfault, I don't know why, it doesn't even matter how hard you try

This commit is contained in:
2026-04-16 23:08:01 +01:00
parent 49dd53f8e4
commit a1c0b5e97f
6 changed files with 21 additions and 10 deletions

View File

@@ -46,7 +46,6 @@ int main(int argc, char *argv[])
// World init
dxd::sim::World world = dxd::sim::World({ .x = 10, .y = 10 });
world.add_obj(new dxd::sim::Aircraft({ 0, 0 }, 1, 5));
world.add_obj(new dxd::sim::AFSpawner());
SDL_Event event;