forked from hex007/freej2me
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix LCD paint logic - use the repaint method
On mac, updates might not be performed when calling paint directly, and the Graphics class shouldn't be retrieved directly. Also on this TASEmulators fork, optimize FreeJ2ME's lcd paint() method to only copy the 'Graphics g' argument into a Graphics2D if screen rotation is enabled, which should save us some time in the render path.
- Loading branch information
1 parent
18fcc5a
commit c8c25c3
Showing
1 changed file
with
12 additions
and
15 deletions.
There are no files selected for viewing
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