SDK:
- undo some changes due to shady threading raising its ugly head through the changes git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9354 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
fa03a75cba
commit
77fc3e3eee
@ -99,14 +99,13 @@ public class SceneComposerToolController extends SceneToolController {
|
|||||||
@Override
|
@Override
|
||||||
public void update(float tpf) {
|
public void update(float tpf) {
|
||||||
super.update(tpf);
|
super.update(tpf);
|
||||||
|
if (editTool != null) {
|
||||||
|
editTool.doUpdateToolsTransformation();
|
||||||
|
}
|
||||||
if (onTopToolsNode != null) {
|
if (onTopToolsNode != null) {
|
||||||
onTopToolsNode.updateLogicalState(tpf);
|
onTopToolsNode.updateLogicalState(tpf);
|
||||||
onTopToolsNode.updateGeometricState();
|
onTopToolsNode.updateGeometricState();
|
||||||
}
|
}
|
||||||
if (editTool != null) {
|
|
||||||
editTool.doUpdateToolsTransformation();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user