Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Graphics/vboenums.h')
-rw-r--r--Source/Graphics/vboenums.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Graphics/vboenums.h b/Source/Graphics/vboenums.h
index b61d350c..ab9fa1e6 100644
--- a/Source/Graphics/vboenums.h
+++ b/Source/Graphics/vboenums.h
@@ -29,5 +29,5 @@ enum {
kVBOStatic = 1 << 2,
kVBODynamic = 1 << 3,
kVBOStream = 1 << 4,
- kVBOForceReBufferData = 1 << 5
+ kVBOForceReBufferData = 1 << 5
};