const fixes

This commit is contained in:
Adam Heinermann
2021-11-21 18:07:37 -08:00
parent b7a938e817
commit 097de2febc
2 changed files with 3 additions and 3 deletions

View File

@ -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;