mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-01 09:10:18 -06:00
Remove fmt::format and replace with std::format
This commit is contained in:
@@ -95,7 +95,7 @@ TouchModule::TouchModule()
|
||||
FactoryManager::ref().factory<Renderable>();
|
||||
|
||||
if (!fRenderable->hasClass(s)) {
|
||||
LWARNING(fmt::format(
|
||||
LWARNING(std::format(
|
||||
"In property 'DefaultDirectTouchRenderableTypes': '{}' is not a "
|
||||
"registered renderable type. Ignoring", s
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user