From 08bb0b32142625521b079b04c1726736956da417 Mon Sep 17 00:00:00 2001 From: Chris Morris Date: Thu, 6 Dec 2012 18:01:38 +0000 Subject: [PATCH] Re-allow multiple scanners on a HUD git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@5562 127b21dd-08f5-0310-b4b7-95ae10353056 --- src/Core/HeadUpDisplay.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Core/HeadUpDisplay.m b/src/Core/HeadUpDisplay.m index bcda4c4b..9063d902 100644 --- a/src/Core/HeadUpDisplay.m +++ b/src/Core/HeadUpDisplay.m @@ -1009,7 +1009,8 @@ static void prefetchData(NSDictionary *info, struct CachedInfo *data) - (void) drawScanner:(NSDictionary *)info { - if (_scannerUpdated) return; // there's never the need to draw the scanner twice per frame! + // if (_scannerUpdated) return; // there's never the need to draw the scanner twice per frame! + // apparently there are HUDs out there that do this. CIM 6/12/12 int i, x, y; NSSize siz;