From b0f02fd8a89755d7ea25acfb0cc98dba8a73bf50 Mon Sep 17 00:00:00 2001 From: cerkiewny Date: Sat, 18 Mar 2017 12:28:21 +0100 Subject: [PATCH] fixing bug with build for release mode --- src/jumping/tiledwallpaper.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/jumping/tiledwallpaper.cpp b/src/jumping/tiledwallpaper.cpp index 1b1433d..c518d37 100644 --- a/src/jumping/tiledwallpaper.cpp +++ b/src/jumping/tiledwallpaper.cpp @@ -119,7 +119,6 @@ namespace cloonel { #endif #if !defined(NDEBUG) { - m_screenRes = parSize.Resolution(); const ushort2 tileSize(vector_cast(m_tileSize)); const ushort2 screenRes(vector_cast(parSize.Resolution())); const ushort2 tileCount(vector_cast(m_tileCount));