Skip to content
Snippets Groups Projects
Commit 8a86c8d4 authored by Lioncash's avatar Lioncash
Browse files

gl_shader_decompiler: Allow std::move to function in SetPredicate

If the variable being moved is const, then std::move will always perform
a copy (since it can't actually move the data).
parent 381baf78
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment