more
This commit is contained in:
@@ -12,9 +12,9 @@ RuntimeServices::~RuntimeServices()
|
||||
Stop();
|
||||
}
|
||||
|
||||
bool RuntimeServices::Start(OpenGLComposite& composite, RuntimeHost& runtimeHost, std::string& error)
|
||||
bool RuntimeServices::Start(OpenGLComposite& composite, RuntimeStore& runtimeStore, std::string& error)
|
||||
{
|
||||
return mControlServices && mControlServices->Start(composite, runtimeHost, error);
|
||||
return mControlServices && mControlServices->Start(composite, runtimeStore, error);
|
||||
}
|
||||
|
||||
void RuntimeServices::BeginPolling(RuntimeStore& runtimeStore)
|
||||
|
||||
Reference in New Issue
Block a user