Remove empty space

Just noticed it, so bye bye.
This commit is contained in:
W2.Wizard
2021-02-06 11:32:58 +01:00
parent 8a567f0849
commit 5b32756536

View File

@@ -644,7 +644,7 @@ void DebugDraw::DrawLines(const Span<Vector3>& lines, const Matrix& transform, c
if (depthTest)
list = duration > 0 ? &DebugDrawDepthTest.DefaultLines : &DebugDrawDepthTest.OneFrameLines;
else
else
list = duration > 0 ? &DebugDrawDefault.DefaultLines : &DebugDrawDefault.OneFrameLines;
list->EnsureCapacity(list->Count() + lines.Length());