[tie] add wind effect (#1046)

* wip tie wind stuff

* wind

* clang
This commit is contained in:
water111
2022-01-02 19:02:28 -05:00
committed by GitHub
parent c9204f2a9b
commit b999422305
10 changed files with 648 additions and 60 deletions
+1 -1
View File
@@ -1041,7 +1041,7 @@ void ProxyPrototypeArrayTie::read_from_file(TypedRef ref,
prototype_array_tie.read_from_file(
get_and_check_ref_to_basic(ref, "prototype-array-tie", "prototype-array-tie", dts), dts,
stats);
// TODO wind
wind_vectors = deref_label(get_field_ref(ref, "wind-vectors", dts));
}
std::string ProxyPrototypeArrayTie::print(const PrintSettings& settings, int indent) const {