mirror of
https://github.com/wassname/phaser.git
synced 2026-07-04 17:20:31 +08:00
Fix typo of Phaser.Graphics.prototype.destroy for docs
The method was appearing in the wrong file in the documentation
This commit is contained in:
@@ -36,7 +36,7 @@ Phaser.Graphics.prototype.constructor = Phaser.Graphics;
|
||||
/**
|
||||
* Destroy this Graphics instance.
|
||||
*
|
||||
* @method Phaser.Sprite.prototype.destroy
|
||||
* @method Phaser.Graphics.prototype.destroy
|
||||
*/
|
||||
Phaser.Graphics.prototype.destroy = function() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user