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
def defwatch(index):
import gl
gl.defcursor(index, watch*8)
gl.curorigin(index, 8, 8)
def test():
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