[openwonderland-modules] r2031 committed - New features like appframe, color-theme, fairbooth, isocial-sheets

1 view
Skip to first unread message

openwonderl...@googlecode.com

unread,
Nov 24, 2014, 8:23:41 AM11/24/14
to openwonder...@googlegroups.com
Revision: 2031
Author: abhishek...@wishtreetech.com
Date: Mon Nov 24 13:23:26 2014 UTC
Log: New features like appframe, color-theme, fairbooth, isocial-sheets
https://code.google.com/p/openwonderland-modules/source/detail?r=2031

Modified:

/trunk/0.5/unstable/attach-to/src/classes/com/wonderbuilders/modules/attachto/client/AttachToComponent.java

=======================================
---
/trunk/0.5/unstable/attach-to/src/classes/com/wonderbuilders/modules/attachto/client/AttachToComponent.java
Fri Nov 21 10:48:47 2014 UTC
+++
/trunk/0.5/unstable/attach-to/src/classes/com/wonderbuilders/modules/attachto/client/AttachToComponent.java
Mon Nov 24 13:23:26 2014 UTC
@@ -69,6 +69,12 @@
public void run() {
MovableComponent mc =
cell.getComponent(MovableComponent.class);
while(mc==null) {
+ /**
+ * hack to get movable component
+ */
+
ClientContextJME.getWorldManager().getRenderManager().setRunning(false);
+
ClientContextJME.getWorldManager().getRenderManager().setRunning(true);
+
mc = cell.getComponent(MovableComponent.class);
}
Cell targetCell = getTargetCell(cellName,
cell.getCellCache().getRootCells());
Reply all
Reply to author
Forward
0 new messages