NK-92 PR Comments

This commit is contained in:
emerycp
2023-08-02 08:40:16 -04:00
parent 17a6ded94a
commit 276fc764b2
3 changed files with 3 additions and 4 deletions

View File

@@ -248,7 +248,7 @@ namespace Nuake
void Window::SetVSync(bool enabled)
{
glfwSwapInterval(enabled ? 1: 0);
glfwSwapInterval(enabled ? 1 : 0);
}
void Window::SetDecorated(bool enabled)