Changeset 180 in tmcsimulator-scriptbuilder for trunk/src/event/editor/AudioPanel.java
- Timestamp:
- 12/23/2019 08:57:26 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/event/editor/AudioPanel.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/event/editor/AudioPanel.java
r171 r180 42 42 public boolean removeAssociatedEvent() 43 43 { 44 event.removeThis(); 45 event = null; 46 return true; 44 //this makes it not possible to remove an AudioEvent from the script without deleting its respective I_AudioEvent. 45 // event.removeThis(); 46 // event = null; 47 return false; 47 48 } 48 49
Note: See TracChangeset
for help on using the changeset viewer.
