Renamed DebugServer class to DebugServerComponent
This commit is contained in:
@@ -390,12 +390,12 @@ namespace Bloom
|
||||
}
|
||||
|
||||
void Application::startDebugServer() {
|
||||
this->debugServer = std::make_unique<DebugServers::DebugServer>(
|
||||
this->debugServer = std::make_unique<DebugServers::DebugServerComponent>(
|
||||
this->debugServerConfig.value()
|
||||
);
|
||||
|
||||
this->debugServerThread = std::thread(
|
||||
&DebugServers::DebugServer::run,
|
||||
&DebugServers::DebugServerComponent::run,
|
||||
this->debugServer.get()
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user