Fixed a small issue (brace in a place where it wasn't needed) Next up XAudio2 interface in wxwidgets!
This commit is contained in:
parent
4a0350260d
commit
7722a59670
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue