Silenced a warning

This commit is contained in:
antopilo
2025-02-02 13:41:30 -05:00
parent d1523f1b17
commit 5cc18788f7

View File

@@ -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];
}