فهرست منبع

Fix logging in Engine.cpp.

Lasse Öörni 10 سال پیش
والد
کامیت
ae52d8ce45
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Source/Urho3D/Engine/Engine.cpp

+ 1 - 1
Source/Urho3D/Engine/Engine.cpp

@@ -565,7 +565,7 @@ void Engine::DumpResources(bool dumpFileName)
             {
                 for (HashMap<StringHash, SharedPtr<Resource> >::ConstIterator j = resources.Begin();
                     j != resources.End(); ++j)
-                    LOGRAW(j->second_->GetName() + "\n");
+                    URHO3D_LOGRAW(j->second_->GetName() + "\n");
             }
         }
     }