all repos — mgba @ 6656f53f61a24d2122473027ffb7f6c74ac8d851

mGBA Game Boy Advance Emulator

Qt: Fix uninitialized value
Jeffrey Pfau jeffrey@endrift.com
Tue, 23 Dec 2014 23:14:12 -0800
commit

6656f53f61a24d2122473027ffb7f6c74ac8d851

parent

d6def0d407ac6d5440cd6b2ebc1a16c14054c824

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/platform/qt/Display.cppsrc/platform/qt/Display.cpp

@@ -149,6 +149,7 @@

Painter::Painter(Display* parent) : m_gl(parent) , m_lockAspectRatio(false) + , m_filter(false) { m_size = parent->size(); }