add debug draw clear method

This commit is contained in:
xxSeys1
2024-10-15 18:55:03 +02:00
parent 1414eb9852
commit 283ee2af6f
2 changed files with 12 additions and 0 deletions

View File

@@ -2145,4 +2145,8 @@ void DebugDraw::DrawText(const StringView& text, const Transform& transform, con
t.TimeLeft = duration;
}
void DebugDraw::Clear(void* context)
{
DebugDraw::UpdateContext(nullptr, MAX_float);
}
#endif