Skip to content

Commit

Permalink
disable remoting on demodocking
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Apr 18, 2024
1 parent 1fea449 commit 9715db0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -793,9 +793,6 @@ int main(int, char**)
//runnerParams.platformBackendType = HelloImGui::PlatformBackendType::Sdl;
//runnerParams.rendererBackendType = HelloImGui::RendererBackendType::Vulkan;

runnerParams.remoteParams.enableRemoting = true;
runnerParams.remoteParams.transmitWindowSize = true;

HelloImGui::Run(runnerParams); // Note: with ImGuiBundle, it is also possible to use ImmApp::Run(...)

return 0;
Expand Down

0 comments on commit 9715db0

Please sign in to comment.