add x, y, z

This commit is contained in:
chatlanin
2022-03-24 17:34:17 +03:00
parent 595e46f6bf
commit 821dfe3afd
2 changed files with 28 additions and 1 deletions

View File

@@ -131,5 +131,6 @@ int main(int argc, char *argv[])
auto [x, y, z] = lerp_1.get_value();
hack::log()("get", x, y, z);
hack::log()("get", lerp_1.x());
}
}