src/glShared.h

changeset 1036
993c46d7eb75
parent 1035
8a60250175ba
child 1049
71946fed475a
--- a/src/glShared.h	Sun May 08 16:26:16 2016 +0300
+++ b/src/glShared.h	Sun May 08 20:12:54 2016 +0300
@@ -62,7 +62,7 @@
 
 enum
 {
-	NumVbos = ENUM_LIMIT(SurfaceVboType, Count) * ENUM_LIMIT(ComplementVboType, Count),
+	NumVbos = EnumLimits<SurfaceVboType>::Count * EnumLimits<ComplementVboType>::Count
 };
 
 #ifndef USE_QT5

mercurial