gobj: default current_thread arg for Geom.get_animated_vertex_data()

This commit is contained in:
rdb 2019-07-16 13:40:14 +02:00
parent 23232a5b20
commit 9dd35f9c3a

View File

@ -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;