- moved the entire OpenGL backend into a separate namespace.
This commit is contained in:
parent
0c8b36e121
commit
118bc78fe3
31 changed files with 139 additions and 20 deletions
|
|
@ -48,7 +48,7 @@
|
|||
#endif
|
||||
|
||||
CVAR(Bool, gl_interpolate_model_frames, true, CVAR_ARCHIVE)
|
||||
EXTERN_CVAR(Bool, r_drawvoxels)
|
||||
EXTERN_CVAR (Bool, r_drawvoxels)
|
||||
|
||||
extern TDeletingArray<FVoxel *> Voxels;
|
||||
extern TDeletingArray<FVoxelDef *> VoxelDefs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue