Skip to content

Commit 6f4c384

Browse files
committed
обновление JME до alpha4
1 parent 5e3cd9a commit 6f4c384

11 files changed

+2
-6
lines changed
2.76 KB
Binary file not shown.
212 Bytes
Binary file not shown.

libs/jME/jme3-core-3.1.0.jar

245 Bytes
Binary file not shown.
-347 Bytes
Binary file not shown.
-351 Bytes
Binary file not shown.

libs/jME/jme3-desktop-3.1.0.jar

-335 Bytes
Binary file not shown.
40 Bytes
Binary file not shown.
24 Bytes
Binary file not shown.

libs/jME/jme3-lwjgl3-3.1.0.jar

31 Bytes
Binary file not shown.

src/com/ss/editor/state/editor/impl/AbstractEditorState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ public void update(float tpf) {
494494

495495
if (editorCamera != null && lightForCamera != null && needUpdateCameraLight()) {
496496
final Camera camera = EDITOR.getCamera();
497-
lightForCamera.setDirection(camera.getDirection());
497+
lightForCamera.setDirection(camera.getDirection().normalize());
498498
}
499499
}
500500

0 commit comments

Comments
 (0)