mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Forgot one build error
This commit is contained in:
parent
ee548e8056
commit
86e921716d
@ -2286,7 +2286,7 @@ update_standard_vertex_arrays(bool force) {
|
|||||||
if (animation.get_indexed_transforms()) {
|
if (animation.get_indexed_transforms()) {
|
||||||
// Issue the matrix palette indices.
|
// Issue the matrix palette indices.
|
||||||
_sender.add_vector_uint_column(_data_reader, InternalName::get_transform_index(),
|
_sender.add_vector_uint_column(_data_reader, InternalName::get_transform_index(),
|
||||||
_glMatrixIndexuivARB);
|
_glMatrixIndexuiv);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user