More PR comments/fixes

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-25 15:35:37 -07:00
parent f20d17398c
commit fded2bafad
2 changed files with 4 additions and 4 deletions
@@ -731,9 +731,9 @@ void UiAnimationSystem::StillUpdate()
//////////////////////////////////////////////////////////////////////////
void UiAnimationSystem::ShowPlayedSequencesDebug()
{
f32 green[4] = {0, 1, 0, 1};
f32 purple[4] = {1, 0, 1, 1};
f32 white[4] = {1, 1, 1, 1};
//f32 green[4] = {0, 1, 0, 1};
//f32 purple[4] = {1, 0, 1, 1};
//f32 white[4] = {1, 1, 1, 1};
float y = 10.0f;
std::vector<const char*> names;