Picking a Phrase now also sets it as teh debug phrase

This commit is contained in:
PS 2021-04-09 12:09:56 -10:00
parent 776b942013
commit 4f293980ed
1 changed files with 1 additions and 0 deletions

View File

@ -931,6 +931,7 @@ US_CUSTOM_DEBUG_UI(BlumenLumen_DebugUI)
if (ui_Button(I, Str)) if (ui_Button(I, Str))
{ {
BLState->PendingPhrase = PhraseHueMap_Get(BLState->PhraseHueMap, i); BLState->PendingPhrase = PhraseHueMap_Get(BLState->PhraseHueMap, i);
BLState->DebugHue = BLState->PendingPhrase;
} }
} }
ui_EndList(I); ui_EndList(I);