Verify the FPS display reads as null to prevent misfired view
This commit is contained in:
parent
ccd4157aff
commit
be1c4374fa
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue