Skip to content

Commit 8d51e8a

Browse files
committed
1 parent f7a1355 commit 8d51e8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tilemaps/Tilemap.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ var Tilemap = new Class({
861861
* @param {TilemapFilterCallback} callback - The callback. Each object in the given area will be passed to this callback as the first and only parameter.
862862
* @param {object} [context] - The context under which the callback should be run.
863863
*
864-
* @return {?Phaser.GameObjects.GameObject[]} An array of object that match the search, or null if the objectLayer given was invalid.
864+
* @return {?Phaser.Types.Tilemaps.TiledObject[]} An array of object that match the search, or null if the objectLayer given was invalid.
865865
*/
866866
filterObjects: function (objectLayer, callback, context)
867867
{
@@ -951,7 +951,7 @@ var Tilemap = new Class({
951951
* @param {TilemapFindCallback} callback - The callback. Each object in the given area will be passed to this callback as the first and only parameter.
952952
* @param {object} [context] - The context under which the callback should be run.
953953
*
954-
* @return {?Phaser.GameObjects.GameObject} An object that matches the search, or null if no object found.
954+
* @return {?Phaser.Types.Tilemaps.TiledObject} An object that matches the search, or null if no object found.
955955
*/
956956
findObject: function (objectLayer, callback, context)
957957
{

0 commit comments

Comments
 (0)