mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Merge pull request #320 from dariomanesku/master
Do not create imgui.ini in the runtime dir.
This commit is contained in:
commit
e533870595
2 changed files with 21 additions and 20 deletions
|
@ -86,6 +86,7 @@ struct OcornutImguiContext
|
|||
ImGuiIO& io = ImGui::GetIO();
|
||||
io.DisplaySize = ImVec2(1280.0f, 720.0f);
|
||||
io.DeltaTime = 1.0f / 60.0f;
|
||||
io.IniFilename = NULL;
|
||||
// io.PixelCenterOffset = bgfx::RendererType::Direct3D9 == bgfx::getRendererType() ? -0.5f : 0.0f;
|
||||
|
||||
const bgfx::Memory* vsmem;
|
||||
|
|
Loading…
Reference in a new issue