From c8b65a776eccb8206aa747daf2c1127ce092001e Mon Sep 17 00:00:00 2001 From: Ravbug Date: Sun, 15 Oct 2023 23:09:29 -0400 Subject: [PATCH] This is what I get for committing without testing --- src/WGSwapchain.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WGSwapchain.hpp b/src/WGSwapchain.hpp index 62b6393..499858c 100644 --- a/src/WGSwapchain.hpp +++ b/src/WGSwapchain.hpp @@ -23,6 +23,6 @@ namespace RGL{ std::array activeTextures; uint32_t idx = 0; - void SetVsyncMode(bool mode) final + void SetVsyncMode(bool mode) final; }; }