variable scale menu
[carveJwlIkooP6JGAAIwe30JlM.git] / world_gen.h
index fb6031b32f02552d908f2c00abffc599641dbd88..3117dc071bba27e490a6167153a3d6d7f0a74400 100644 (file)
@@ -498,7 +498,7 @@ VG_STATIC void world_post_process( world_instance *world )
       glDisable(GL_DEPTH_TEST);
       glDisable(GL_BLEND);
       glDisable(GL_CULL_FACE);
-      render_fb_bind( &world->heightmap );
+      render_fb_bind( &world->heightmap, 0 );
       shader_blitcolour_use();
       shader_blitcolour_uColour( (v4f){-9999.0f,-9999.0f,-9999.0f,-9999.0f} );
       render_fsquad();