Verify the FPS display reads as null to prevent misfired view

This commit is contained in:
TwistedUmbrella 2014-02-17 00:33:13 -05:00
parent ccd4157aff
commit be1c4374fa
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ public class EditVJoyActivity extends Activity {
// Create the actual GLES view
mView = new GL2JNIView(getApplication(), null, false, prefs.getInt("depth_render", 24), 0, true);
mView.setFpsDisplay(null);
setContentView(mView);
vjoy_d_cached = VJoy.readCustomVjoyValues(getApplicationContext());