static analysis: less references

This commit is contained in:
Megamouse 2025-03-04 19:41:34 +01:00
parent df2f68da44
commit 815a4e7dc1
2 changed files with 8 additions and 8 deletions

View file

@ -256,13 +256,13 @@ public:
program_buffer_patch_entry() = default;
program_buffer_patch_entry(f32& key, f32& value)
program_buffer_patch_entry(f32 key, f32 value)
{
fp_key = key;
fp_value = value;
}
program_buffer_patch_entry(u32& key, u32& value)
program_buffer_patch_entry(u32 key, u32 value)
{
hex_key = key;
hex_value = value;