Fixed a small issue (brace in a place where it wasn't needed) Next up XAudio2 interface in wxwidgets!

This commit is contained in:
wowzaman12 2015-03-28 19:46:27 +00:00
parent 4a0350260d
commit 7722a59670
1 changed files with 1 additions and 2 deletions

View File

@ -991,8 +991,7 @@ DrawingPanel::DrawingPanel(int _width, int _height) :
scale = builtin_ff_scale(gopts.filter);
#define out_16 (systemColorDepth == 16)
systemColorDepth = 32;
systemColorDepth = 32;
// Intialize color tables
#if wxBYTE_ORDER == wxLITTLE_ENDIAN
systemRedShift = 3;