mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
Merge pull request #123 from DavidWyand-GG/issue122-MaterialSounds
Fix for Issue #122 for Material Sounds
This commit is contained in:
commit
aa3a6d52ff
4 changed files with 4 additions and 4 deletions
|
|
@ -814,7 +814,7 @@ function MaterialEditorGui::guiSync( %this, %material )
|
|||
MaterialEditorPropertiesWindow-->showFootprintsCheckbox.setValue((%material).showFootprints);
|
||||
MaterialEditorPropertiesWindow-->showDustCheckbox.setValue((%material).showDust);
|
||||
MaterialEditorGui.updateSoundPopup("Footstep", (%material).footstepSoundId, (%material).customFootstepSound);
|
||||
MaterialEditorGui.updateSoundPopup("Impact", (%material).footstepSoundId, (%material).customFootstepSound);
|
||||
MaterialEditorGui.updateSoundPopup("Impact", (%material).impactSoundId, (%material).customImpactSound);
|
||||
|
||||
//layer specific controls are located here
|
||||
%layer = MaterialEditorGui.currentLayer;
|
||||
|
|
|
|||
|
|
@ -814,7 +814,7 @@ function MaterialEditorGui::guiSync( %this, %material )
|
|||
MaterialEditorPropertiesWindow-->showFootprintsCheckbox.setValue((%material).showFootprints);
|
||||
MaterialEditorPropertiesWindow-->showDustCheckbox.setValue((%material).showDust);
|
||||
MaterialEditorGui.updateSoundPopup("Footstep", (%material).footstepSoundId, (%material).customFootstepSound);
|
||||
MaterialEditorGui.updateSoundPopup("Impact", (%material).footstepSoundId, (%material).customFootstepSound);
|
||||
MaterialEditorGui.updateSoundPopup("Impact", (%material).impactSoundId, (%material).customImpactSound);
|
||||
|
||||
//layer specific controls are located here
|
||||
%layer = MaterialEditorGui.currentLayer;
|
||||
|
|
|
|||
|
|
@ -814,7 +814,7 @@ function MaterialEditorGui::guiSync( %this, %material )
|
|||
MaterialEditorPropertiesWindow-->showFootprintsCheckbox.setValue((%material).showFootprints);
|
||||
MaterialEditorPropertiesWindow-->showDustCheckbox.setValue((%material).showDust);
|
||||
MaterialEditorGui.updateSoundPopup("Footstep", (%material).footstepSoundId, (%material).customFootstepSound);
|
||||
MaterialEditorGui.updateSoundPopup("Impact", (%material).footstepSoundId, (%material).customFootstepSound);
|
||||
MaterialEditorGui.updateSoundPopup("Impact", (%material).impactSoundId, (%material).customImpactSound);
|
||||
|
||||
//layer specific controls are located here
|
||||
%layer = MaterialEditorGui.currentLayer;
|
||||
|
|
|
|||
|
|
@ -814,7 +814,7 @@ function MaterialEditorGui::guiSync( %this, %material )
|
|||
MaterialEditorPropertiesWindow-->showFootprintsCheckbox.setValue((%material).showFootprints);
|
||||
MaterialEditorPropertiesWindow-->showDustCheckbox.setValue((%material).showDust);
|
||||
MaterialEditorGui.updateSoundPopup("Footstep", (%material).footstepSoundId, (%material).customFootstepSound);
|
||||
MaterialEditorGui.updateSoundPopup("Impact", (%material).footstepSoundId, (%material).customFootstepSound);
|
||||
MaterialEditorGui.updateSoundPopup("Impact", (%material).impactSoundId, (%material).customImpactSound);
|
||||
|
||||
//layer specific controls are located here
|
||||
%layer = MaterialEditorGui.currentLayer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue