mirror of
https://github.com/wassname/phaser.git
synced 2026-06-28 16:20:37 +08:00
Fixes issues reported in #389
This commit is contained in:
@@ -1034,7 +1034,7 @@ Phaser.BitmapData.prototype.lf = Phaser.BitmapData.prototype.beginLinearGradient
|
||||
* Shortcut to beginRadialGradientFill.
|
||||
* @method Phaser.BitmapData.prototype.rf
|
||||
*/
|
||||
Phaser.BitmapData.prototype.rf = Phaser.BitmapData.prototype.beginRadialGradientFill;
|
||||
// Phaser.BitmapData.prototype.rf = Phaser.BitmapData.prototype.beginRadialGradientFill;
|
||||
|
||||
/**
|
||||
* Shortcut to beginBitmapFill.
|
||||
@@ -1046,7 +1046,7 @@ Phaser.BitmapData.prototype.rf = Phaser.BitmapData.prototype.beginRadialGradient
|
||||
* Shortcut to endFill.
|
||||
* @method Phaser.BitmapData.prototype.ef
|
||||
*/
|
||||
Phaser.BitmapData.prototype.ef = Phaser.BitmapData.prototype.endFill;
|
||||
// Phaser.BitmapData.prototype.ef = Phaser.BitmapData.prototype.endFill;
|
||||
|
||||
/**
|
||||
* Shortcut to setStrokeStyle.
|
||||
|
||||
Reference in New Issue
Block a user