mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 20:34:50 +08:00
R29 - Added AwcForm WIP warning, tweaked paths depth clipping, updated todo
This commit is contained in:
+3
-3
@@ -235,9 +235,9 @@ namespace CodeWalker.Forms
|
||||
private void PositionTrackBar_Scroll(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
sourceVoice.Stop();
|
||||
InitializeAudio(currentAudio, PositionTrackBar.Value / 1000);
|
||||
sourceVoice.Start();
|
||||
//sourceVoice.Stop();
|
||||
//InitializeAudio(currentAudio, PositionTrackBar.Value / 1000);
|
||||
//sourceVoice.Start();
|
||||
}
|
||||
|
||||
private void PlayButton_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user