src/glCompiler.cpp

changeset 966
a834e43a57da
parent 952
f116b63c4844
child 968
4b93b7963456
--- a/src/glCompiler.cpp	Sun Aug 30 05:30:17 2015 +0300
+++ b/src/glCompiler.cpp	Sun Aug 30 15:01:10 2015 +0300
@@ -260,7 +260,7 @@
 //
 void GLCompiler::compileStaged()
 {
-	RemoveDuplicates (m_staged);
+	removeDuplicates (m_staged);
 
 	for (auto it = m_staged.begin(); it != m_staged.end(); ++it)
 	{

mercurial