This commit is contained in:
Branimir Karadžić 2017-09-17 21:17:24 -07:00
parent 04c3322d93
commit 8522bf95ac

View File

@ -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" ) )