Fix formatting
This commit is contained in:
parent
df49e0bb0d
commit
2d33b23530
|
@ -1471,7 +1471,7 @@ void CAIRO_GAL::allocateBitmaps()
|
||||||
bitmapBuffer = new unsigned char[bufferSize * 4];
|
bitmapBuffer = new unsigned char[bufferSize * 4];
|
||||||
|
|
||||||
wxASSERT( wxOutput == nullptr );
|
wxASSERT( wxOutput == nullptr );
|
||||||
wxOutput = new unsigned char[wxBufferWidth * 3 * screenSize.y];
|
wxOutput = new unsigned char[wxBufferWidth * 3 * screenSize.y];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue