diff --git a/Graphics/private/bindings/Window.cpp b/Graphics/private/bindings/Window.cpp index 81d6f32..98e7446 100644 --- a/Graphics/private/bindings/Window.cpp +++ b/Graphics/private/bindings/Window.cpp @@ -56,7 +56,9 @@ void Graphics::GL::proc() { } void Graphics::GL::draw() { + tp::HeapAllocGlobal::startIgnore(); glDrawArrays(GL_TRIANGLES, 0, 3); + tp::HeapAllocGlobal::stopIgnore(); } void Graphics::init(Window* window) {