copy construct current_thread

This commit is contained in:
David Rose 2006-04-26 16:00:45 +00:00
parent 0da0ced5be
commit 4146b852de
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ CullTraverser(GraphicsStateGuardianBase *gsg, Thread *current_thread) :
CullTraverser::
CullTraverser(const CullTraverser &copy) :
_gsg(copy._gsg),
_current_thread(copy._current_thread),
_scene_setup(copy._scene_setup),
_camera_mask(copy._camera_mask),
_has_tag_state_key(copy._has_tag_state_key),