mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-21 11:33:35 +00:00
Fixed type conversion ambiguity
This commit is contained in:
@@ -264,7 +264,7 @@ void Source::GenerateFrame() {
|
||||
break;
|
||||
}
|
||||
}
|
||||
state.next_sample_number += frame_position;
|
||||
state.next_sample_number += static_cast<u32>(frame_position);
|
||||
|
||||
state.filters.ProcessFrame(current_frame);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user