add debug draw clear method
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user