X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=common.h;h=bb70596c8c30334587a45f47ee9e4c19dd0e4b58;hb=0124cd309a7db70cdd74b5661f2df8b862ca2f2f;hp=bac81a78aa09ae898a0e018b9326d1fd9ab0632b;hpb=f7db507815e2822d971031c30f25e02b45e9c914;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/common.h b/common.h index bac81a7..bb70596 100644 --- a/common.h +++ b/common.h @@ -8,7 +8,8 @@ #define VG_TIMESTEP_FIXED (1.0/60.0) #define VG_3D #define VG_GAME -#define VG_STATIC static +//#define VG_STATIC static +#define VG_STATIC #define VG_FRAMEBUFFER_RESIZE 1 #include "vg/vg.h" #include "submodules/anyascii/impl/c/anyascii.c"