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:
@ -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
|
||||
|
Reference in New Issue
Block a user