X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_load.c;h=5a2861351c7d75956caebbf3bdfbc532f6392fc8;hb=5fa590f62aa7e62a8b6b07e10556c2ecc54cdca6;hp=cf1032ec540a8db0ea935a38c969e02ac086b2d4;hpb=93790b71d3a89724255dc73239e38c08ad4bbac7;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.