mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Massive overhaul of how the physical/logical layout mapping is done, to make it
more consistent and bidirectional everywhere and just generally better. Hopefully this fixes that pesky 1581 problem.
This commit is contained in:
		| @@ -89,7 +89,7 @@ public: | ||||
|         return _fmr->getDuration(); | ||||
|     } | ||||
|  | ||||
|     virtual std::set<unsigned> requiredSectors(const Location& location) const; | ||||
|     virtual std::set<LogicalLocation> requiredSectors(const Location& location) const; | ||||
|  | ||||
| protected: | ||||
|     virtual void beginTrack(){}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user