From 7722a596704d5e2b7d9ec0f668d1d7cea6d58195 Mon Sep 17 00:00:00 2001 From: wowzaman12 Date: Sat, 28 Mar 2015 19:46:27 +0000 Subject: [PATCH] Fixed a small issue (brace in a place where it wasn't needed) Next up XAudio2 interface in wxwidgets! --- src/wx/panel.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/wx/panel.cpp b/src/wx/panel.cpp index 6836d704..af8f6106 100644 --- a/src/wx/panel.cpp +++ b/src/wx/panel.cpp @@ -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;