diff UI/UIPopup.cpp @ 2375:14c05b876218

sqrt(float, double)
author Ritor1
date Mon, 12 May 2014 12:27:50 +0600
parents a574a80e7012
children bcd7fadbf7d2
line wrap: on
line diff
--- a/UI/UIPopup.cpp	Sat Apr 19 23:56:01 2014 +0600
+++ b/UI/UIPopup.cpp	Mon May 12 12:27:50 2014 +0600
@@ -2032,4 +2032,6 @@
     return Color16(255, 255, 155);
   if ( a1 < 100 )
     return Color16(192, 192, 240);
+  else
+    __debugbreak();
 }
\ No newline at end of file