Fix: Typo in latest commit
The named identity constructor was mistyped.
This commit is contained in:
@@ -75,7 +75,7 @@ ShaderCompileUnit &CompileState::get_shader_compile_unit()
|
||||
void CompileState::reset_shader_compile_unit()
|
||||
{
|
||||
shader_compile_unit_.clear();
|
||||
shader_compile_unit_domain_ = Domain::Identity();
|
||||
shader_compile_unit_domain_ = Domain::identity();
|
||||
}
|
||||
|
||||
bool CompileState::should_compile_shader_compile_unit(DNode node)
|
||||
|
||||
Reference in New Issue
Block a user