Revision 97a3a8eb
Added by Leszek Koltunski almost 4 years ago
| src/main/java/org/distorted/config/ConfigRenderer.java | ||
|---|---|---|
| 68 | 68 |
{
|
| 69 | 69 |
mScreen.resize(width,height); |
| 70 | 70 |
mView.setScreenSize(width,height); |
| 71 |
|
|
| 71 |
/* |
|
| 72 | 72 |
int debugWidth = (int)(0.2f*width); |
| 73 | 73 |
int debugHeight= (int)(0.5*debugWidth); |
| 74 | 74 |
int gap = (int)(width*PADDING_RATIO); |
| ... | ... | |
| 76 | 76 |
int backColor = 0xff333333; |
| 77 | 77 |
|
| 78 | 78 |
mScreen.showFPS(debugWidth,debugHeight,gap,textColor,backColor); |
| 79 |
*/ |
|
| 79 | 80 |
} |
| 80 | 81 |
|
| 81 | 82 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
Also available in: Unified diff
Do not show FPS in the Config screen.