Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhonnyg committed Nov 21, 2024
1 parent c6d3ffa commit 1e29bc6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions defold-rive/src/private/renderer_context_opengl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ namespace dmRive
uint32_t fbo_id = GetFrameBufferId(width, height, do_final_blit);
uint32_t fbo_samples = do_final_blit ? 0 : sample_count;

dmLogInfo("OnSizeChanged %d %d %d %d", width, height, fbo_id, fbo_samples);

m_RenderTarget = rive::make_rcp<rive::gpu::FramebufferRenderTargetGL>(width, height, fbo_id, fbo_samples);
OpenGLCheckError("OnSizeChanged After");

Expand Down

0 comments on commit 1e29bc6

Please sign in to comment.