Update render position in meta.json
This commit is contained in:
parent
ae05c4836f
commit
8dab8e06ef
|
@ -8,8 +8,8 @@
|
|||
"name" : "bolex_rewind_key_handle",
|
||||
"material" : "black_plastic",
|
||||
"position" : {
|
||||
"x" : -3,
|
||||
"y" : 13,
|
||||
"x" : 0,
|
||||
"y" : 10,
|
||||
"z" : -9.5
|
||||
},
|
||||
"rotation" : {
|
||||
|
|
|
@ -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") {
|
||||
bolex_rewind_key();
|
||||
|
|
Loading…
Reference in New Issue