Fix unused variable warning caused by recent cleanup
Caused by a cleanup, rBd037fef3bd1dc.
This commit is contained in:
@@ -133,7 +133,7 @@ static void transform_volume(Volume *volume,
|
||||
Main *bmain = DEG_get_bmain(params.depsgraph());
|
||||
BKE_volume_load(volume, bmain);
|
||||
|
||||
const float4x4 matrix = float4x4::from_loc_eul_scale(translation, rotation, scale);
|
||||
const float4x4 matrix = float4x4::from_loc_eul_scale(translation, rotation, limited_scale);
|
||||
|
||||
openvdb::Mat4s vdb_matrix;
|
||||
memcpy(vdb_matrix.asPointer(), matrix, sizeof(float[4][4]));
|
||||
|
||||
Reference in New Issue
Block a user