diff options
-rwxr-xr-x | Demo/sgi/video/watchcursor.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Demo/sgi/video/watchcursor.py b/Demo/sgi/video/watchcursor.py index 650df6a..aae3f85 100755 --- a/Demo/sgi/video/watchcursor.py +++ b/Demo/sgi/video/watchcursor.py @@ -33,6 +33,7 @@ watch.reverse() # Turn it upside-down def defwatch(index): import gl gl.defcursor(index, watch*8) + gl.curorigin(index, 8, 8) def test(): import gl |