mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-02-11 16:12:06 +08:00
Don't show duplicate textures in bedrock loader
This commit is contained in:
parent
cb3a1247b9
commit
38ead3b3ed
@ -77,7 +77,7 @@ window.BedrockEntityManager = {
|
||||
path+'.tga'
|
||||
])
|
||||
if (path) {
|
||||
valid_textures_list.push(path);
|
||||
valid_textures_list.safePush(path);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user