mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 22:53:46 +00:00
Disable debugdraw in release
This commit is contained in:
parent
7c2d01a52e
commit
34a0e8e380
8 changed files with 70 additions and 68 deletions
|
|
@ -124,8 +124,9 @@ public partial class ItemMarker3D : PreviewMarker3D
|
|||
{
|
||||
if (!Engine.IsEditorHint()) return;
|
||||
|
||||
#if !DISABLE_DD3D
|
||||
DebugDraw3D.DrawBox(this.GlobalPosition - _boxSize / 2, Quaternion.Identity, _boxSize, Colors.Blue);
|
||||
|
||||
#endif
|
||||
//DebugDraw3D.DrawSphere(this.GlobalPosition, 0.1f, Colors.Green);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue