Fix all-platform validation blockers
This commit is contained in:
@@ -61,7 +61,7 @@ void App::set_platform_services(pp::platform::PlatformServices* services) noexce
|
||||
#ifdef __LINUX__
|
||||
if (services)
|
||||
{
|
||||
pp::platform::linux::set_fps_title_callback([this](std::string title) {
|
||||
pp::platform::linux_desktop::set_fps_title_callback([this](std::string title) {
|
||||
if (!glfw_window)
|
||||
return;
|
||||
|
||||
@@ -70,7 +70,7 @@ void App::set_platform_services(pp::platform::PlatformServices* services) noexce
|
||||
}
|
||||
else
|
||||
{
|
||||
pp::platform::linux::set_fps_title_callback({});
|
||||
pp::platform::linux_desktop::set_fps_title_callback({});
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user