This commit is contained in:
Ivan Popelyshev 2021-04-29 14:50:08 +03:00 committed by GitHub
parent dd47866f35
commit a28296f1dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ module spine {
super(name);
}
/** Transforms the attachment's local {@link vertices} to world coordinates. If the slot's {@link Slot#deform} is
/** Transforms the attachment's local {@link #vertices} to world coordinates. If the slot's {@link Slot#deform} is
* not empty, it is used to deform the vertices.
*
* See [World transforms](http://esotericsoftware.com/spine-runtime-skeletons#World-transforms) in the Spine