From 98ed35a49a398f4072ed80e456f89b0b7d9bfd88 Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Wed, 2 Jul 2014 11:34:28 +0200 Subject: Drop patches that were from upstream --- debian/patches/i225-hide-black-squares-bug.patch | 30 ------------------------ 1 file changed, 30 deletions(-) delete mode 100644 debian/patches/i225-hide-black-squares-bug.patch (limited to 'debian/patches/i225-hide-black-squares-bug.patch') diff --git a/debian/patches/i225-hide-black-squares-bug.patch b/debian/patches/i225-hide-black-squares-bug.patch deleted file mode 100644 index c405688..0000000 --- a/debian/patches/i225-hide-black-squares-bug.patch +++ /dev/null @@ -1,30 +0,0 @@ -commit 70b18cc4c05398cd06558f4634937a70c2436546 -Author: Piotr Dziwinski -Date: Sat Jan 18 21:35:32 2014 +0100 - - Move engine frame update after game state update - - This should finally fix #225 - ---- a/src/app/app.cpp -+++ b/src/app/app.cpp -@@ -962,15 +962,15 @@ - { - LogEvent(event); - -- StartPerformanceCounter(PCNT_UPDATE_ENGINE); -- m_engine->FrameUpdate(); -- StopPerformanceCounter(PCNT_UPDATE_ENGINE); -- - m_sound->FrameMove(m_relTime); - - StartPerformanceCounter(PCNT_UPDATE_GAME); - m_robotMain->ProcessEvent(event); - StopPerformanceCounter(PCNT_UPDATE_GAME); -+ -+ StartPerformanceCounter(PCNT_UPDATE_ENGINE); -+ m_engine->FrameUpdate(); -+ StopPerformanceCounter(PCNT_UPDATE_ENGINE); - } - - StopPerformanceCounter(PCNT_UPDATE_ALL); -- cgit v1.2.3-1-g7c22