I segfault, I don't know why, it doesn't even matter how hard you try
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user