copy construct current_thread
This commit is contained in:
parent
0da0ced5be
commit
4146b852de
|
|
@ -70,6 +70,7 @@ CullTraverser(GraphicsStateGuardianBase *gsg, Thread *current_thread) :
|
|||
CullTraverser::
|
||||
CullTraverser(const CullTraverser ©) :
|
||||
_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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue