Skip to content

Commit

Permalink
Fixed a bug that caused the Persona selection list to update the 1st …
Browse files Browse the repository at this point in the history
…slot regardless of the slot selected
  • Loading branch information
Lyzder committed Aug 28, 2022
1 parent 42d15b6 commit 4b6b83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persona3fespcsx2/persona3fespcsx2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ System::Void Form1::PersonaBox_SelectionChangeCommitted(System::Object^ sender,

int desiredPersona = index;

setValue(COffsets::persona1_modifer, index, 2);
setValue(ValueOffsets.modifier, index, 2);
}

System::Void Form1::num_mc_level_ValueChanged(System::Object^ sender, System::EventArgs^ e)
Expand Down

0 comments on commit 4b6b83c

Please sign in to comment.