From 890c547ba646db85fb067b77046219d29c998c91 Mon Sep 17 00:00:00 2001 From: namark <namark@disroot.org> Date: Sun, 18 Aug 2019 00:41:53 +0400 Subject: [PATCH] Typo fix from simple graphical library. --- common/sketchbook.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/sketchbook.hpp b/common/sketchbook.hpp index 1859b12..20f381f 100644 --- a/common/sketchbook.hpp +++ b/common/sketchbook.hpp @@ -126,7 +126,7 @@ int main(int argc, char const* argv[]) try #else bool vsync = win.request_vsync(program.frametime ? gl_window::vsync_mode::disabled - : gl_window::vsync_mode::enablded + : gl_window::vsync_mode::enabled ); #endif -- GitLab