mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
gobj: default current_thread arg for Geom.get_animated_vertex_data()
This commit is contained in:
parent
23232a5b20
commit
9dd35f9c3a
@ -85,7 +85,7 @@ PUBLISHED:
|
||||
void offset_vertices(const GeomVertexData *data, int offset);
|
||||
int make_nonindexed(bool composite_only);
|
||||
|
||||
CPT(GeomVertexData) get_animated_vertex_data(bool force, Thread *current_thread) const;
|
||||
CPT(GeomVertexData) get_animated_vertex_data(bool force, Thread *current_thread = Thread::get_current_thread()) const;
|
||||
|
||||
INLINE bool is_empty() const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user