Fix compilation

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8412 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-04-22 19:28:23 +00:00
parent 3422ade944
commit 3eb841e5e6

View File

@ -1209,7 +1209,7 @@ void IrrDriver::update(float dt)
} // just to mark the begin/end scene block
#if DEBUG
#ifdef DEBUG
for (unsigned int n=0; n<debug_meshes.size(); n++)
{
IMesh* mesh = debug_meshes[n]->getMesh();