We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d550978 commit e669a2fCopy full SHA for e669a2f
demosys/effects/effect.py
@@ -46,7 +46,7 @@ def draw(self, time, frametime, target):
46
47
# Window properties set by controller on initialization (class vars)
48
_window = None # type: BaseWindow
49
- _project = None # type: demosys.project.base.BaseProject
+ _project = None # type: 'demosys.project.base.BaseProject'
50
51
_ctx = None # type: moderngl.Context
52
_sys_camera = None # type: camera.SystemCamera
0 commit comments