Skip to content

Commit

Permalink
Fixed the description of _SetTextXY more
Browse files Browse the repository at this point in the history
  • Loading branch information
runer112 authored Feb 2, 2017
1 parent 89642e9 commit 4d5770c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CEdev/lib/src/graphics/graphx/graphics_lib.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2609,7 +2609,7 @@ _SetTextTransparentColorC:
;-------------------------------------------------------------------------------
_SetTextXY:
; Sets the text X and Y posistions
; Sets the text X and Y positions
; Arguments:
; arg0 : Text X Pos
; arg1 : Text Y Pos
Expand All @@ -2630,7 +2630,7 @@ _SetTextXY_ASM:

;-------------------------------------------------------------------------------
_SetTextXY_Clip_ASM:
; Sets the text X and Y posistions
; Sets the text X and Y positions
; Arguments:
; arg0 : Text X Pos
; arg1 : Text Y Pos
Expand Down

0 comments on commit 4d5770c

Please sign in to comment.