mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
const fixes
This commit is contained in:
parent
6e16b52bc7
commit
08fd2b2916
2 changed files with 3 additions and 3 deletions
|
@ -320,7 +320,7 @@ GRenderWindow::~GRenderWindow() {
|
|||
|
||||
void GRenderWindow::OnFrameDisplayed() {
|
||||
input_subsystem->GetTas()->UpdateThread();
|
||||
TasInput::TasState new_tas_state = std::get<0>(input_subsystem->GetTas()->GetStatus());
|
||||
const TasInput::TasState new_tas_state = std::get<0>(input_subsystem->GetTas()->GetStatus());
|
||||
|
||||
if (!first_frame) {
|
||||
last_tas_state = new_tas_state;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue