World|Client: Schedule missing material fixes in ClientSubsector
ClientSubsector is the first to know about any changes to subspace geometry so scheduling of missing material fixes should be done here as those notifications are inherently "localized , or scoped" to a map space subregion (the extra info should mean updates can be targeted directly and incorporated into support for id Tech 1 mapping hacks).
Previously, Sector handled this by simply observing it's planes and then attempting a fix for both sides of every Line which references the Sector.
World|Client: Schedule missing material fixes in ClientSubsector
ClientSubsector is the first to know about any changes to subspace
geometry so scheduling of missing material fixes should be done here
as those notifications are inherently "localized , or scoped" to a map
space subregion (the extra info should mean updates can be targeted
directly and incorporated into support for id Tech 1 mapping hacks).
Previously, Sector handled this by simply observing it's planes and
then attempting a fix for both sides of every Line which references
the Sector.