Use MetaReverter for all cases, improve Eqdp handling through this.

This commit is contained in:
Ottermandias 2022-09-16 21:14:04 +02:00
parent af3a07c227
commit b34999a1a5
13 changed files with 199 additions and 195 deletions

View file

@ -34,7 +34,7 @@ public partial class PathResolver : IDisposable
_loader = loader;
_animations = new AnimationState( DrawObjects );
_paths = new PathState( this );
_meta = new MetaState( this, _paths.HumanVTable );
_meta = new MetaState( _paths.HumanVTable );
_materials = new MaterialState( _paths );
}