We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283bb46 commit 304ff79Copy full SHA for 304ff79
1 file changed
src/tilemaps/staticlayer/StaticTilemapLayer.js
@@ -23,7 +23,7 @@ var Utils = require('../../renderer/webgl/Utils');
23
*
24
* Use a Static Tilemap Layer instead of a Dynamic Tilemap Layer when you don't need tile manipulation features.
25
26
- * @class StaticTilemapLayers
+ * @class StaticTilemapLayer
27
* @extends Phaser.GameObjects.GameObject
28
* @memberof Phaser.Tilemaps
29
* @constructor
@@ -1124,7 +1124,6 @@ var StaticTilemapLayer = new Class({
1124
*/
1125
hasTileAtWorldXY: function (worldX, worldY, camera)
1126
{
1127
-
1128
return TilemapComponents.HasTileAtWorldXY(worldX, worldY, camera);
1129
},
1130
0 commit comments