mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Source: Remove redundant lambda parameter lists
This commit is contained in:
@@ -31,7 +31,7 @@ bool InitializeGlslang()
|
||||
return false;
|
||||
}
|
||||
|
||||
std::atexit([]() { glslang::FinalizeProcess(); });
|
||||
std::atexit([] { glslang::FinalizeProcess(); });
|
||||
|
||||
glslang_initialized = true;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user