* Make Skeleton Debug output always visible
This commit is contained in:
parent
26d4c36387
commit
51c52185e4
@ -386,7 +386,7 @@ void CAnimatedMeshSceneNode::render()
|
||||
driver->setTransform(video::ETS_WORLD, AbsoluteTransformation);
|
||||
}
|
||||
|
||||
debug_mat.ZBuffer = video::ECFN_NEVER;
|
||||
debug_mat.ZBuffer = video::ECFN_ALWAYS;
|
||||
debug_mat.Lighting = false;
|
||||
driver->setMaterial(debug_mat);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user