forked from hyperandroid/CAAT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-------------------------- * Added dirty rectangles clear support. To be enabled a call director.setClear( CAAT.Director.CLEAR_DIRTY_RECTS ); must be performed. Every actor which changes affine transformation, either position, rotation or scale, will automatically be invalidated. In you want any other actor to be explicitly invalidated, just call actor.invalidate(); * Cleaned some ctx.save/restore code. * Modified license file to reflect copyright 2012. * Removed some debug code.
- Loading branch information
hyperandroid
committed
Jan 23, 2012
1 parent
0753691
commit be36749
Showing
9 changed files
with
56 additions
and
42 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.