mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
Typo
This commit is contained in:
parent
fa5685603f
commit
e699fef68b
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ var DynamicTexture = new Class({
|
|||
/**
|
||||
* Is this Dynamic Texture being used as the base texture for a Sprite Game Object?
|
||||
*
|
||||
* This is enabled by default, as we expect that will be the core use for Dymamic Textures.
|
||||
* This is enabled by default, as we expect that will be the core use for Dynamic Textures.
|
||||
*
|
||||
* However, to disable it, call `RenderTexture.setIsSpriteTexture(false)`.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue