Skip to content

Commit

Permalink
Adding missing include to CyOpenGL.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
unhyperbolic committed Jan 27, 2024
1 parent 01383f4 commit 0712695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opengl/CyOpenGL.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2718,3 +2718,4 @@ class GLSLPerspectiveWidget(RawOpenGLWidget, GLSLPerspectiveView):
if not skip_swap_buffers:
self.swap_buffers()

include "modern/triangle.pyx"

0 comments on commit 0712695

Please sign in to comment.