Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aff9470

Browse files
committed
Fixed watch cursor origin
1 parent 7bbceea commit aff9470

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Demo/sgi/video/watchcursor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
def defwatch(index):
3434
import gl
3535
gl.defcursor(index, watch*8)
36+
gl.curorigin(index, 8, 8)
3637

3738
def test():
3839
import gl

0 commit comments

Comments
 (0)