From ece13aaabf1482845d9ab3a053b158747da0217a Mon Sep 17 00:00:00 2001 From: Lolbot Date: Fri, 28 Feb 2014 10:33:21 +0000 Subject: [PATCH] fixed 19 files out of 2757: - removed 510 CR characters - removed 26 trailing whitespaces - replaced 0 tabs with spaces - fixed 15 svn:eol-style properties --- demos/tutorial/05_easymesh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/tutorial/05_easymesh.cpp b/demos/tutorial/05_easymesh.cpp index b8435064..7912096c 100644 --- a/demos/tutorial/05_easymesh.cpp +++ b/demos/tutorial/05_easymesh.cpp @@ -138,7 +138,7 @@ public: #else //USE_CUSTOM_SHADER m_gears[i].m1.MeshConvert(); #endif //USE_CUSTOM_SHADER - } + } m_ready = true; }