More PR comments/fixes
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user