We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893c051 commit fdf1ea9Copy full SHA for fdf1ea9
src/xrEngine/Device_create.cpp
@@ -46,7 +46,7 @@ void CRenderDevice::Create()
46
FS.update_path(fname, "$game_data$", "shaders.xr");
47
GEnv.Render->OnDeviceCreate(fname);
48
m_imgui_render = GEnv.RenderFactory->CreateImGuiRender();
49
- m_imgui_render->OnDeviceCreate(Device.GetImGuiContext());
+ m_imgui_render->OnDeviceCreate(GetImGuiContext());
50
Statistic->OnDeviceCreate();
51
dwFrame = 0;
52
}
0 commit comments