mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Fixed getRendererType return value for null renderer.
This commit is contained in:
parent
e21e840001
commit
73c8f54344
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ namespace bgfx
|
|||
#elif BGFX_CONFIG_RENDERER_OPENGLES3
|
||||
return RendererType::OpenGLES3;
|
||||
#else
|
||||
return RendererType::Count;
|
||||
return RendererType::Null;
|
||||
#endif // BGFX_CONFIG_RENDERER_
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue