From 86e921716d882fbc55c679c2f0f9a29069249fbd Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 15 Jun 2009 17:05:06 +0000 Subject: [PATCH] Forgot one build error --- panda/src/glstuff/glGraphicsStateGuardian_src.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/glstuff/glGraphicsStateGuardian_src.cxx b/panda/src/glstuff/glGraphicsStateGuardian_src.cxx index 19777795c9..7858124ecd 100644 --- a/panda/src/glstuff/glGraphicsStateGuardian_src.cxx +++ b/panda/src/glstuff/glGraphicsStateGuardian_src.cxx @@ -2286,7 +2286,7 @@ update_standard_vertex_arrays(bool force) { if (animation.get_indexed_transforms()) { // Issue the matrix palette indices. _sender.add_vector_uint_column(_data_reader, InternalName::get_transform_index(), - _glMatrixIndexuivARB); + _glMatrixIndexuiv); } } }