Suppress annoying and harmless warning
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8590 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
c66ada8168
commit
75c1b486db
@ -1846,7 +1846,7 @@ EventPropagation FocusDispatcher::focused(const int playerID)
|
||||
}
|
||||
}
|
||||
|
||||
std::cerr << "[KartSelectionScreen] WARNING: the focus dispatcher can't find the widget for player " << playerID << "!\n";
|
||||
//std::cerr << "[KartSelectionScreen] WARNING: the focus dispatcher can't find the widget for player " << playerID << "!\n";
|
||||
//assert(false);
|
||||
return GUIEngine::EVENT_LET;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user