]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/renderer.cxx
#545: Fix ATC chatter sound settings being ignored
[flightgear.git] / src / Main / renderer.cxx
index 48b22841cef5411dbed1612966f38604ab51eda4..25ece71de3820f40cf61ffe0007bfe891809a250 100644 (file)
@@ -805,6 +805,7 @@ FGRenderer::resize( int width, int height )
 {
     int curWidth = _xsize->getIntValue(),
         curHeight = _ysize->getIntValue();
+    SG_LOG(SG_VIEW, SG_DEBUG, "FGRenderer::resize: new size " << width << " x " << height);
     if ((curHeight != height) || (curWidth != width)) {
     // must guard setting these, or PLIB-PUI fails with too many live interfaces
         _xsize->setIntValue(width);