mirror of
https://github.com/antopilo/Nuake.git
synced 2026-02-25 14:32:55 +03:00
Silenced a warning
This commit is contained in:
@@ -155,7 +155,7 @@ CameraView GPUResources::GetCamera(const UUID& id)
|
||||
return Cameras[CameraMapping[id]];
|
||||
}
|
||||
|
||||
Logger::Log("Camera with ID does not exist", "vulkan", CRITICAL);
|
||||
// Logger::Log("Camera with ID does not exist", "vulkan", CRITICAL);
|
||||
return Cameras[0];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user