Browse Source

minor comment change (#1146)

Beshoy Kamel 2 năm trước cách đây
mục cha
commit
efa786f634
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      h2d/Object.hx

+ 1 - 1
h2d/Object.hx

@@ -495,7 +495,7 @@ class Object #if (domkit && !domkit_heaps) implements domkit.Model<h2d.Object> #
 	}
 	}
 
 
 	/**
 	/**
-		Populates Matrix with current absolute object transform values. See `Object.getAbsPos` for up-to-date values.
+		Populates `m` with current absolute object transform values. See `Object.getAbsPos` for up-to-date values.
 	**/
 	**/
 	@:dox(show)
 	@:dox(show)
 	function getMatrix( m : h2d.col.Matrix ) {
 	function getMatrix( m : h2d.col.Matrix ) {