Parent Directory
|
Revision Log
|
Patch
revision 612 by alfonx, Sat Dec 12 17:14:17 2009 UTC | revision 613 by alfonx, Sat Dec 12 18:26:15 2009 UTC | |
---|---|---|
# | Line 1443 public class XMapPane extends JPanel { | Line 1443 public class XMapPane extends JPanel { |
1443 | */ | */ |
1444 | public void onRenderingCompleted(final long l) { | public void onRenderingCompleted(final long l) { |
1445 | lastRenderingDuration = (lastRenderingDuration + l) / 2; | lastRenderingDuration = (lastRenderingDuration + l) / 2; |
1446 | LOGGER | // LOGGER |
1447 | .debug("complete rendering after " + lastRenderingDuration | // .debug("complete rendering after " + lastRenderingDuration |
1448 | + "ms"); | // + "ms"); |
1449 | ||
1450 | repaintTimer.stop(); | repaintTimer.stop(); |
1451 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |