NME clear problem
| graphics.clear(); | |
| graphics.lineTo(0, 0); | |
| graphics.beginBitmapFill(getTexture(_centerTileX, _centerTileY)); | |
| graphics.lineTo(width, height); | |
| graphics.lineTo(0, height); | |
| graphics.lineTo(0, 0); | |
| graphics.endFill(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment