Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

Commit 8ff3ee6

Browse files
committed
Update AssetPacker.cs
1 parent befd627 commit 8ff3ee6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

MapPacker/AssetPacker.cs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,10 @@ public void CopyFiles() {
129129
} else {
130130
parentForm.SetProgress(0);
131131

132-
SoundPlayer player = new SoundPlayer("/sound/steam_message.wav");
133-
player.Load();
134-
player.Play();
135-
136-
//SoundPlayer player = new SoundPlayer(Properties.Resources.steam_message);
132+
//SoundPlayer player = new SoundPlayer("/MapPacker;component/sounds/steam_message.wav");
133+
//player.Load();
137134
//player.Play();
135+
138136
parentForm.PrintToConsole("\nAsset move completed.");
139137
MessageBox.Show("Content successfully moved!", "Complete", MessageBoxButton.OK, MessageBoxImage.None);
140138
parentForm.SetCheckBoxEnabled(true);

0 commit comments

Comments
 (0)