mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
this
This commit is contained in:
parent
c59c90e27b
commit
aa18bdde74
1 changed files with 1 additions and 0 deletions
|
|
@ -306,6 +306,7 @@ class MarblePickerGui extends GuiImage {
|
|||
Settings.optionsSettings.marbleSkin = selectedMarble.skin;
|
||||
Settings.optionsSettings.marbleModel = selectedMarble.dts;
|
||||
Settings.optionsSettings.marbleShader = selectedMarble.shader;
|
||||
var changeToken = curToken++;
|
||||
ResourceLoader.load(Settings.optionsSettings.marbleModel).entry.load(() -> {
|
||||
if (changeToken + 1 != curToken)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue