- More Documentation
- Vulkan Configuration Implementations - Fixed build errors on GCC and Clang
This commit is contained in:
@@ -33,7 +33,7 @@ void platform::initialize() {
|
||||
return;
|
||||
}
|
||||
|
||||
logger::log(format("Initializing platform {}", get_type().name()));
|
||||
logger::log(logger::alert, format("Initializing platform {}", get_type().name()));
|
||||
|
||||
// Setup Window Manager
|
||||
wmanager = make_unique<window_manager>(this);
|
||||
|
||||
Reference in New Issue
Block a user