This commit is contained in:
Branimir Karadžić
2016-09-27 22:07:53 -07:00
parent d1e51b118a
commit f1a8c5f195
8 changed files with 100 additions and 176 deletions

View File

@@ -21,7 +21,7 @@ namespace bgfx { namespace noop
RendererType::Enum getRendererType() const BX_OVERRIDE
{
return RendererType::Null;
return RendererType::Noop;
}
const char* getRendererName() const BX_OVERRIDE