fix typo
This commit is contained in:
parent
4b046c7562
commit
d79cad7fd1
@ -285,8 +285,8 @@ void Uniform::allocateDataArray()
|
|||||||
_int64Array = new Int64Array(arrayNumElements);
|
_int64Array = new Int64Array(arrayNumElements);
|
||||||
return;
|
return;
|
||||||
|
|
||||||
case GL_UINT64_ARB:
|
case GL_UNSIGNED_INT64_ARB:
|
||||||
_uintArray = new UInt64Array(arrayNumElements);
|
_uint64Array = new UInt64Array(arrayNumElements);
|
||||||
return;
|
return;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user