Error on TestWalkingChar.java

Hi,



There is an error on TestWalkingChar.java. My JDK is up-to-date I think. Tests template Version: 3.0.0.9655

Fixed in the following patch:



[patch]

Index: src/test/jme3test/bullet/TestWalkingChar.java

===================================================================

— src/test/jme3test/bullet/TestWalkingChar.java (revision 9701)

+++ src/test/jme3test/bullet/TestWalkingChar.java (working copy)

@@ -199,7 +199,7 @@

bulletCollisionShape = new SphereCollisionShape(0.4f);

matBullet = new Material(getAssetManager(), "Common/MatDefs/Misc/Unshaded.j3md");

matBullet.setColor("Color", ColorRGBA.Green);

  •    matBullet.setColor(&quot;m_GlowColor&quot;, ColorRGBA.Green);<br />
    
  •    matBullet.setColor(&quot;GlowColor&quot;, ColorRGBA.Green);<br />
    

getPhysicsSpace().addCollisionListener(this);

}

[/patch]

2 Likes

Cool, thanks.

Normen, please mention if you have committed the patch next time.

@Momoko_Fan: I can do it this time too still, as I didn’t yet :slight_smile: