Updated Multi Viewports (markdown)

omar 2020-11-20 14:02:40 +01:00
parent 01ed1c67c2
commit 1e3f72ffbf

@ -25,7 +25,7 @@ If you are using platform and renderer back-ends from the `backends/` folder, th
- Add to your configuration flags:
```cpp
ImGui::GetIO().ConfigFlags |= ImGuiConfigFlags_ViewportsEnable;`
ImGui::GetIO().ConfigFlags |= ImGuiConfigFlags_ViewportsEnable;
```
- Add in your main loop, after rendering your main viewport: