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
This commit is contained in:
Chris Morris 2012-12-06 18:01:38 +00:00
parent f38be5a916
commit 08bb0b3214

View File

@ -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;