This commit is contained in:
Linan Wang
2019-07-19 14:06:20 +08:00
parent 2a8b760833
commit 4ad34877d2

View File

@@ -151,8 +151,8 @@ void Uniform::allocateDataArray()
_int64Array = new Int64Array(arrayNumElements);
return;
case GL_UINT64_ARB:
_uintArray = new UInt64Array(arrayNumElements);
case GL_UNSIGNED_INT64_ARB:
_uint64Array = new UInt64Array(arrayNumElements);
return;
default: