X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=world.h;h=3a067db5ce24cdc4e47de1f121126096f0c47ff0;hb=329828f689e880b825b396c7be5b243aad6ae5ea;hp=efa5f9d0e8b54b8e308a7e8a095c2e364bdd9d73;hpb=8f98fa2ae18576b006d7a2bd2d5dc216333ebf63;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world.h b/world.h index efa5f9d..3a067db 100644 --- a/world.h +++ b/world.h @@ -134,7 +134,7 @@ struct world_instance { float probabilities[3]; v3i light_cubes; - struct framebuffer heightmap; + vg_framebuffer *heightmap; /* * Dynamically allocated when world_load is called.