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
This commit is contained in:
parent
90a2a2bb14
commit
691ae6d4a6
|
@ -992,7 +992,6 @@ DrawingPanel::DrawingPanel(int _width, int _height) :
|
|||
scale = builtin_ff_scale(gopts.filter);
|
||||
#define out_16 (systemColorDepth == 16)
|
||||
systemColorDepth = 32;
|
||||
|
||||
// Intialize color tables
|
||||
#if wxBYTE_ORDER == wxLITTLE_ENDIAN
|
||||
systemRedShift = 3;
|
||||
|
|
Loading…
Reference in New Issue