mark walls from scene file as done by default

This commit is contained in:
Luka Jankovic 2025-08-30 20:26:03 +02:00
parent af7d6dee00
commit 736829a119

View file

@ -29,6 +29,8 @@ struct kubo_context kubo_file_parse(char *file_name) {
kubo_wall_add_vertex(wall, vertex);
}
wall->state = KUBO_WALL_DONE;
kubo_wall_arr_add(&context.walls, wall);
}