X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_load.c;h=5a2861351c7d75956caebbf3bdfbc532f6392fc8;hb=be5e25dee2c54c2a22ca3bbb5bbe0eb6149343be;hp=cf1032ec540a8db0ea935a38c969e02ac086b2d4;hpb=bf13ef74cc454e1e820928484204ac67eb98a308;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_load.c b/world_load.c index cf1032e..5a28613 100644 --- a/world_load.c +++ b/world_load.c @@ -471,7 +471,6 @@ void world_free( world_instance *world ) mesh_free( &world->mesh_route_lines ); mesh_free( &world->mesh_geo ); mesh_free( &world->mesh_no_collide ); - mesh_free( &world->mesh_water ); /* glDeleteBuffers silently ignores 0's and names that do not correspond to * existing buffer objects.