STARK: Set services.userInterface

This commit is contained in:
Einar Johan Trøan Sømåen 2015-02-23 16:54:50 +01:00 committed by Bastien Bouclet
parent 362593b8eb
commit b41505b312

View file

@ -120,6 +120,7 @@ Common::Error StarkEngine::run() {
services.randomSource = _randomSource;
services.scene = _scene;
services.staticProvider = _staticProvider;
services.userInterface = _userInterface;
// Load global resources
_resourceProvider->initGlobal();