fix context not implemented

This commit is contained in:
xxSeys1
2024-10-17 18:47:48 +02:00
parent 283ee2af6f
commit fceb47f2af

View File

@@ -2147,6 +2147,6 @@ void DebugDraw::DrawText(const StringView& text, const Transform& transform, con
void DebugDraw::Clear(void* context) void DebugDraw::Clear(void* context)
{ {
DebugDraw::UpdateContext(nullptr, MAX_float); DebugDraw::UpdateContext(context, MAX_float);
} }
#endif #endif