fix nonstandard syntax on #endif

This commit is contained in:
David Rose 2007-03-16 16:29:07 +00:00
parent 293af4fcad
commit 2d634cd9d0

View File

@ -1125,7 +1125,7 @@ cg_compile_for(const ShaderCaps &caps,
return true; return true;
} }
#endif HAVE_CG #endif // HAVE_CG
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Function: ShaderExpansion::Constructor // Function: ShaderExpansion::Constructor