[openwonderland-mtgame] r138 committed - small change to improve behavior of HUD in world

0 views
Skip to first unread message

openwonder...@googlecode.com

unread,
Nov 6, 2014, 5:14:02 AM11/6/14
to openwonder...@googlegroups.com
Revision: 138
Author: abhishek...@wishtreetech.com
Date: Thu Nov 6 10:13:42 2014 UTC
Log: small change to improve behavior of HUD in world
https://code.google.com/p/openwonderland-mtgame/source/detail?r=138

Modified:
/trunk/src/classes/org/jdesktop/mtgame/JMECollisionSystem.java

=======================================
--- /trunk/src/classes/org/jdesktop/mtgame/JMECollisionSystem.java Tue Jul
5 21:17:20 2011 UTC
+++ /trunk/src/classes/org/jdesktop/mtgame/JMECollisionSystem.java Thu Nov
6 10:13:42 2014 UTC
@@ -424,7 +424,7 @@
int len = pickInfo.size();
for (j = 0; j < len; j++) {
JMEPickDetails pd = (JMEPickDetails)
pickInfo.get(j);
- if (pickData.getTargetMesh().getZOrder() <=
+ if (pickData.getTargetMesh().getZOrder() <

pd.getPickData().getTargetMesh().getZOrder()) {
pickInfo.addPickDetail(j, pickDetails);
break;
Reply all
Reply to author
Forward
0 new messages