Update to latest published Rack code

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-11-16 10:57:32 +00:00
parent c2a5e2a0e5
commit 946cba3e98
10 changed files with 166 additions and 74 deletions

View file

@ -397,6 +397,11 @@ void Window::step() {
}
void Window::activateContext() {
// glfwMakeContextCurrent(win);
}
void Window::screenshot(const std::string&) {
}