mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-01-18 15:26:19 +08:00
Fix incorrect position in display settings
This commit is contained in:
parent
de3b54bee3
commit
b3418264e1
@ -2165,7 +2165,7 @@ BARS.defineActions(function() {
|
||||
player_preview_model.disable()
|
||||
}
|
||||
|
||||
if (mode != 'attachable_first' && mode != 'attachable_third') {
|
||||
if (mode != 'attachable_first' && mode != 'attachable_third' && Format.id == 'bedrock') {
|
||||
Project.model_3d.position.set(0, 0, 0);
|
||||
Project.model_3d.rotation.set(0, 0, 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user