We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68a24e8 + 8f25258 commit 82b44f0Copy full SHA for 82b44f0
jme3-scenecomposer/src/com/jme3/gde/scenecomposer/SceneComposerTopComponent.java
@@ -921,7 +921,7 @@ private void jSpinner1StateChanged(javax.swing.event.ChangeEvent evt) {//GEN-FIR
921
// This is called, when the spinner of the near plane has been changed.
922
float near = ((float)jSlider1.getValue() / 1000f);
923
float spin = (Float)jSpinner1.getValue();
924
- float fov = (Float) fovSpinner.getValue();
+ float fov = (int) fovSpinner.getValue();
925
// Prevent an endless loop of state changes and don't change the slider when the spinner
926
// has gone out of range, since this would lead to the slider's StateChanged overwriting the spinner again.
927
// but we want the spinner to be a free-form field
0 commit comments