4
4
mirror of https://github.com/H-uru/korman.git synced 2025-07-14 22:36:52 +00:00

Fix typo in waveset wind schtuff

This commit is contained in:
2015-08-03 00:32:15 -04:00
parent 2e07858ea8
commit f9d025ff5a

View File

@ -92,7 +92,7 @@ class PlasmaWaterModifier(PlasmaModifierProperties, bpy.types.PropertyGroup):
# This is much like what happened in PyPRP
speed = self.wind_speed
matrix = wind_obj.maitrx_world
matrix = wind_obj.matrix_world
wind_dir = hsVector3(matrix[1][0] * speed, matrix[1][1] * speed, matrix[1][2] * speed)
else:
# Stolen shamelessly from PyPRP