Description:
Relegate local variables to debug builds.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r480:0a9dcd0f113f -

@@ -481,9 +481,11
481 481 Stopwatch stopWatch = new Stopwatch();
482 482 stopWatch.Start();
483 483
484 #if DEBUG
484 485 float volume = 1.0f;
485 486 float pitch = 0.0f;
486 487 float pan = 0.0f;
488 #endif
487 489
488 490 KeyboardState keyboardCur = Keyboard.GetState();
489 491 MouseState mouseCur = Mouse.GetState();
You need to be logged in to leave comments. Login now