|
From: <axl...@us...> - 2010-01-17 02:36:17
|
Revision: 670
http://hgengine.svn.sourceforge.net/hgengine/?rev=670&view=rev
Author: axlecrusher
Date: 2010-01-17 02:36:11 +0000 (Sun, 17 Jan 2010)
Log Message:
-----------
fix warning
Modified Paths:
--------------
Mercury2/src/Shader.cpp
Modified: Mercury2/src/Shader.cpp
===================================================================
--- Mercury2/src/Shader.cpp 2010-01-17 02:34:24 UTC (rev 669)
+++ Mercury2/src/Shader.cpp 2010-01-17 02:36:11 UTC (rev 670)
@@ -95,7 +95,7 @@
fPriority = StrToFloat( node.Attribute("priority" ) );
ChangeKey( node.Attribute("file") );
- if (iProgramID == NULL)
+ if (iProgramID == 0)
LoadShader();
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|