mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 12:35:47 +00:00
gl_shader_decompiler: Fix typo "y_negate"->"y_direction"
This commit is contained in:
parent
02493e1b4d
commit
56604999fe
1 changed files with 1 additions and 1 deletions
|
@ -1884,7 +1884,7 @@ private:
|
|||
}
|
||||
|
||||
Expression YNegate(Operation operation) {
|
||||
return {"y_negate", Type::Float};
|
||||
return {"y_direction", Type::Float};
|
||||
}
|
||||
|
||||
template <u32 element>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue