mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-09-16 12:13:20 +02:00
Removing debug comments.
This commit is contained in:
@@ -172,7 +172,6 @@ void Component::Update(float dt)
|
|||||||
case MENU_EXIT:
|
case MENU_EXIT:
|
||||||
CurrentTweens = NULL;
|
CurrentTweens = NULL;
|
||||||
CurrentAnimationState = IDLE;
|
CurrentAnimationState = IDLE;
|
||||||
Logger::Write(Logger::ZONE_ERROR, "Component", "completed menu exit tween (hidden)");
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -399,7 +399,6 @@ RetroFE::RETROFE_STATE RetroFE::ProcessUserInput(Page *page)
|
|||||||
if (keys[Input.GetScancode(UserInput::KeyCodeSelect)])
|
if (keys[Input.GetScancode(UserInput::KeyCodeSelect)])
|
||||||
{
|
{
|
||||||
NextPageItem = page->GetSelectedItem();
|
NextPageItem = page->GetSelectedItem();
|
||||||
Logger::Write(Logger::ZONE_INFO, "RetroFE", "SELECT KEYCODE START");
|
|
||||||
|
|
||||||
if(NextPageItem)
|
if(NextPageItem)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user