Sfoglia il codice sorgente

* Fix UTF8 error in ConstraintDefinition

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9722 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
Sha..rd 13 anni fa
parent
commit
46fb4c43b4

+ 1 - 1
engine/src/blender/com/jme3/scene/plugins/blender/constraints/definitions/ConstraintDefinition.java

@@ -34,7 +34,7 @@ public abstract class ConstraintDefinition {
 		TrackWrapper ownerWrapperTrack = ownerTrack != null ? new TrackWrapper(ownerTrack) : null;
 		TrackWrapper targetWrapperTrack = targetTrack != null ? new TrackWrapper(targetTrack) : null;
 		
-		//uruchamiamy bake dla transformat zale¿nie od tego, które argumenty s¹ nullami, a które - nie
+		//uruchamiamy bake dla transformat zalenie od tego, ktre argumenty s nullami, a ktre - nie
 		this.bake(ownerTransform, targetTransform, influenceIpo.calculateValue(0));
 		if(ownerWrapperTrack != null) {
 			float[] ownerTimes = ownerWrapperTrack.getTimes();