From 4ad34877d2cd095b494eb3b41311766d659e023f Mon Sep 17 00:00:00 2001 From: Linan Wang Date: Fri, 19 Jul 2019 14:06:20 +0800 Subject: [PATCH] fix typo --- src/osg/Uniform.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osg/Uniform.cpp b/src/osg/Uniform.cpp index 92b12a1fe..ef5e12cc1 100644 --- a/src/osg/Uniform.cpp +++ b/src/osg/Uniform.cpp @@ -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: