Cleanup.
This commit is contained in:
parent
04c3322d93
commit
8522bf95ac
@ -70,6 +70,13 @@ void showExampleDialog(entry::AppI* _app, const char* _errorText)
|
||||
cmdExec(command);
|
||||
}
|
||||
|
||||
const bgfx::Caps* caps = bgfx::getCaps();
|
||||
if (0 != (caps->supported & BGFX_CAPS_GRAPHICS_DEBUGGER) )
|
||||
{
|
||||
ImGui::SameLine();
|
||||
ImGui::Text(ICON_FA_SNOWFLAKE_O);
|
||||
}
|
||||
|
||||
ImGui::PushStyleVar(ImGuiStyleVar_ItemSpacing, ImVec2(3.0f, 3.0f) );
|
||||
|
||||
if (ImGui::Button(ICON_FA_REPEAT " Restart" ) )
|
||||
|
Loading…
Reference in New Issue
Block a user