From 6e31f74236fe5248cb285e89259405233982f9bb Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Wed, 23 Oct 2013 06:00:26 -0700 Subject: [PATCH] tweak to menu text order --- interface/src/Menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Menu.h b/interface/src/Menu.h index 41ab27be35..c11997d1ce 100644 --- a/interface/src/Menu.h +++ b/interface/src/Menu.h @@ -144,6 +144,7 @@ namespace MenuOption { const QString DestructiveAddVoxel = "Create Voxel is Destructive"; const QString DeltaSending = "Delta Sending"; const QString DisableConstantCulling = "Disable Constant Culling"; + const QString DisableFastVoxelPipeline = "Disable Fast Voxel Pipeline"; const QString DisplayFrustum = "Display Frustum"; const QString DontRenderVoxels = "Don't call _voxels.render()"; const QString DontCallOpenGLForVoxels = "Don't call glDrawElements()/glDrawRangeElementsEXT() for Voxels"; @@ -159,7 +160,6 @@ namespace MenuOption { const QString FalseColorOccludedV2 = "FALSE Color Occluded V2 Voxels"; const QString FalseColorOutOfView = "FALSE Color Voxel Out of View"; const QString FalseColorRandomly = "FALSE Color Voxels Randomly"; - const QString DisableFastVoxelPipeline = "Disable Fast Voxel Pipeline"; const QString FirstPerson = "First Person"; const QString FrameTimer = "Show Timer"; const QString FrustumRenderMode = "Render Mode";