mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
minor typo
This commit is contained in:
parent
226b975642
commit
53495298b2
@ -2540,7 +2540,7 @@ get_internal_vertices(int pipeline_stage, Thread *current_thread) const {
|
|||||||
int internal_vertices;
|
int internal_vertices;
|
||||||
compute_internal_bounds(internal_bounds, internal_vertices,
|
compute_internal_bounds(internal_bounds, internal_vertices,
|
||||||
pipeline_stage, current_thread);
|
pipeline_stage, current_thread);
|
||||||
nassertr(!internal_bounds.is_null(), NULL);
|
nassertr(!internal_bounds.is_null(), 0);
|
||||||
|
|
||||||
// Now, acquire the lock, and apply the above-computed bounds.
|
// Now, acquire the lock, and apply the above-computed bounds.
|
||||||
CDStageWriter cdataw(((PandaNode *)this)->_cycler, pipeline_stage);
|
CDStageWriter cdataw(((PandaNode *)this)->_cycler, pipeline_stage);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user