Fix linux build
Some checks failed
eden-license / license-header (pull_request_target) Failing after 1s

This commit is contained in:
MrPurple666 2025-04-15 01:03:41 -03:00
parent 4eaf3604a0
commit 6ff05f5e98

View file

@ -242,7 +242,7 @@ void AsyncCompileShader(const Device& device, const std::string& shader_path,
}).detach();
}
ShaderManager::ShaderManager(const Device& device) : device(device) {
ShaderManager::ShaderManager(const Device& device_) : device(device_) {
// Initialize command queue system
InitializeCommandQueue();
}