Kaydet (Commit) aff9470d authored tarafından Guido van Rossum's avatar Guido van Rossum

Fixed watch cursor origin

üst 7bbceea6
...@@ -33,6 +33,7 @@ watch.reverse() # Turn it upside-down ...@@ -33,6 +33,7 @@ watch.reverse() # Turn it upside-down
def defwatch(index): def defwatch(index):
import gl import gl
gl.defcursor(index, watch*8) gl.defcursor(index, watch*8)
gl.curorigin(index, 8, 8)
def test(): def test():
import gl import gl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment