Changed severity level so that additional information in case of a crash
is certain to be seen.
This commit is contained in:
parent
7a3448a159
commit
0dd3bbbd9b
@ -904,7 +904,7 @@ void KartModel::OnAnimationEnd(scene::IAnimatedMeshSceneNode *node)
|
||||
if(m_current_animation==AF_DEFAULT ||
|
||||
m_animation_frame[m_current_animation]<=-1)
|
||||
{
|
||||
Log::debug("Kart_Model", "OnAnimationEnd for '%s': current %d frame %d",
|
||||
Log::error("Kart_Model", "OnAnimationEnd for '%s': current %d frame %d",
|
||||
m_model_filename.c_str(),
|
||||
m_current_animation, m_animation_frame[m_current_animation]);
|
||||
assert(false);
|
||||
|
Loading…
Reference in New Issue
Block a user