Update render position in meta.json

This commit is contained in:
Matt McWilliams 2025-02-02 22:56:32 -05:00
parent ae05c4836f
commit 8dab8e06ef
2 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@
"name" : "bolex_rewind_key_handle", "name" : "bolex_rewind_key_handle",
"material" : "black_plastic", "material" : "black_plastic",
"position" : { "position" : {
"x" : -3, "x" : 0,
"y" : 13, "y" : 10,
"z" : -9.5 "z" : -9.5
}, },
"rotation" : { "rotation" : {

View File

@ -124,7 +124,7 @@ module bolex_rewind_knurled_handle_SPLIT (piece = 0) {
} }
} }
PART = "bolex_rewind_key_handle"; PART = "bolex_rewind_key";
if (PART == "bolex_rewind_key") { if (PART == "bolex_rewind_key") {
bolex_rewind_key(); bolex_rewind_key();