typo
This commit is contained in:
parent
4d03541e52
commit
f9e411f8bc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ randomize()
|
|||
|
||||
type
|
||||
Pointer* = object
|
||||
x, y: int # The pointer's positiont
|
||||
x, y: int # The pointer's position
|
||||
dx, dy: int # The pointer's traveling delta
|
||||
sox, soy: int # The storage offset
|
||||
stringMode, lastCharWasSpace: bool # The string mode flags
|
||||
|
|
Reference in a new issue