forked from mirrors/0ad
huge cleanup and conversion of most string handling (especially paths) to unicode
please note: format strings must be %hs for char* arguments and %ls for wchar_t* This was SVN commit r7161.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include "renderer/Renderer.h"
|
||||
#include "renderer/ShadowMap.h"
|
||||
|
||||
#define LOG_CATEGORY "graphics"
|
||||
#define LOG_CATEGORY L"graphics"
|
||||
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
const CMatrix3D* RenderModifier::GetTexGenMatrix(int UNUSED(pass))
|
||||
{
|
||||
debug_warn("GetTexGenMatrix not implemented by a derived RenderModifier");
|
||||
debug_warn(L"GetTexGenMatrix not implemented by a derived RenderModifier");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user