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:
parent
f38be5a916
commit
08bb0b3214
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user