[dasher] Fix typo introduced in 1faa979ef3aa64a621f4a8f789766cc83b7214e0



commit 6ff206b92bfbcaff01f245aafed4989ece86bc81
Author: Patrick Welche <prlw1 cam ac uk>
Date:   Fri Nov 25 19:52:02 2011 +0000

    Fix typo introduced in 1faa979ef3aa64a621f4a8f789766cc83b7214e0

 Src/DasherCore/GameModule.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Src/DasherCore/GameModule.cpp b/Src/DasherCore/GameModule.cpp
index b82eef7..21f722e 100644
--- a/Src/DasherCore/GameModule.cpp
+++ b/Src/DasherCore/GameModule.cpp
@@ -86,7 +86,7 @@ void CGameModule::HandleEvent(CGameNodeDrawEvent *gmd) {
   //game nodes form a single chain, i.e. are strictly nested.
   // we want the coordinates of the smallest (innermost) one about which we are told
   if (gmd->m_y1 > m_y1) m_y1 = gmd->m_y1;
-  if (gmd->m_y2 < m_y1) m_y2 = gmd->m_y2;
+  if (gmd->m_y2 < m_y2) m_y2 = gmd->m_y2;
 }
 
 void CGameModule::HandleEvent(CDasherView *pView) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]