Picking a Phrase now also sets it as teh debug phrase
This commit is contained in:
parent
776b942013
commit
4f293980ed
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue