Skip to content

Commit

Permalink
调整
Browse files Browse the repository at this point in the history
  • Loading branch information
Vera-Firefly committed Oct 29, 2024
1 parent 33607f3 commit bb93e0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ public void onCreatePreferences(Bundle b, String str) {
boolean isExpRenderer = (boolean) v;
if (isExpRenderer) {
onExpRendererDialog(p, rendererListPref);
return false;
} else {
((SwitchPreference) p).setChecked(false);
onChangeRenderer(rendererListPref);
setListPreference(rendererListPref, "renderer");
return true;
}
return false;
});

// Custom GL/GLSL
Expand Down

0 comments on commit bb93e0f

Please sign in to comment.