| 257 | } |
| 258 | |
| 259 | void Renderer::eraseDebugWindow(size_t id) |
| 260 | { |
| 261 | unmarkOutput(mGraphs[mActiveGraph].debugWindows[id].currentOutput); |
| 262 | mGraphs[mActiveGraph].debugWindows.erase(mGraphs[mActiveGraph].debugWindows.begin() + id); |
| 263 | } |
| 264 | |
| 265 | void Renderer::graphOutputsGui(Gui::Widgets& widget) |
| 266 | { |