I got
src\net\flashpunk\Engine.as(960): col: 40 Error: Type was not found or was not a compile-time constant: SpriteManager. public function get spriteManager(): SpriteManager
I was working on an entity (which is nothing special) and I even tried removing the entity from the game but the error comes up anyway? Going to the engine.as file, the line
/** @private */ private var _spriteManager: SpriteManager;
has a normal color on “SpriteManager”, and not the blue you’d expect. The line above that;
/** @private */ internal var _spriteStage: Stage3DSpriteStage;
is also normally colored on “Stage3DSpriteStage”…?
PS: I’m using stage3dpunk, but stage3d is set to false atm