calc_tight_bounds default to current thread

This commit is contained in:
rdb 2010-07-21 09:21:47 +00:00
parent 451e10e3e3
commit 253473d3ea
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public:
calc_tight_bounds(LPoint3f &min_point, LPoint3f &max_point,
bool &found_any,
const TransformState *transform,
Thread *current_thread) const;
Thread *current_thread = Thread::get_current_thread()) const;
virtual bool cull_callback(CullTraverser *trav, CullTraverserData &data);
virtual bool has_selective_visibility() const;