src/glShared.h

changeset 1034
a05fc8256a3a
parent 1033
32153a1dbb15
child 1035
8a60250175ba
--- a/src/glShared.h	Sun May 08 15:26:58 2016 +0300
+++ b/src/glShared.h	Sun May 08 16:11:40 2016 +0300
@@ -68,7 +68,7 @@
 
 enum
 {
-	NumVbos = EnumLimits::SurfaceVboType::Count * EnumLimits::ComplementVboType::Count,
+	NumVbos = ENUM_LIMIT(SurfaceVboType, Count) * ENUM_LIMIT(ComplementVboType, Count),
 };
 
 #ifndef USE_QT5

mercurial