Merge remote-tracking branch 'origin/master' into 1.11
# Conflicts: # Source/Engine/Particles/Particles.cpp
This commit is contained in:
@@ -587,10 +587,19 @@ void ParticleEffect::OnDebugDrawSelected()
|
||||
{
|
||||
DEBUG_DRAW_WIRE_BOX(_box, Color::Violet * 0.7f, 0, true);
|
||||
|
||||
// Base
|
||||
Actor::OnDebugDrawSelected();
|
||||
}
|
||||
|
||||
void ParticleEffect::OnDebugDraw()
|
||||
{
|
||||
if (ShowDebugDraw)
|
||||
{
|
||||
Particles::DebugDraw(this);
|
||||
}
|
||||
|
||||
Actor::OnDebugDraw();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
void ParticleEffect::OnLayerChanged()
|
||||
|
||||
Reference in New Issue
Block a user