From 691ae6d4a69521e6b58cee313eda72cecb6d5a9f 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! git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1283 a31d4220-a93d-0410-bf67-fe4944624d44 --- 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;