Explorar o código

Merge pull request #252 from Remwrath/patch-1

fixed some typos
deltakosh %!s(int64=11) %!d(string=hai) anos
pai
achega
49301a6c14
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      Exporters/Blender/io_tower_of_babel.py

+ 3 - 3
Exporters/Blender/io_tower_of_babel.py

@@ -1076,9 +1076,9 @@ class Mesh(FCurveAnimatable):
             file_handler.write(indent2 + '\tscene.enablePhysics();\n')
             file_handler.write(indent2 + '}\t')
             file_handler.write(indent2 + var + '.setPhysicsState({ impostor: ' + format_int(self.physicsImpostor) + 
-                                                               ', mass: ' + format_float(self.physicsMass) + 
-                                                               ', friction: ' + format_float(self.physicsFriction) +
-                                                               ', restitution: ' + self(self.physicsRestitution) + '});\n')
+                                                               ', mass: ' + format_f(self.physicsMass) + 
+                                                               ', friction: ' + format_f(self.physicsFriction) +
+                                                               ', restitution: ' + format_f(self.physicsRestitution) + '});\n')
 
         # Geometry
         if hasattr(self, 'skeletonId'):