From ece8a49d4c3e8d3b01c9caf6f81f958c552144e3 Mon Sep 17 00:00:00 2001 From: Pascal Thomet Date: Sat, 23 Nov 2024 20:02:42 +0100 Subject: [PATCH] dummy commit --- src/hello_imgui/internal/backend_impls/abstract_runner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hello_imgui/internal/backend_impls/abstract_runner.cpp b/src/hello_imgui/internal/backend_impls/abstract_runner.cpp index e1d1a4f6..46ccfdc2 100644 --- a/src/hello_imgui/internal/backend_impls/abstract_runner.cpp +++ b/src/hello_imgui/internal/backend_impls/abstract_runner.cpp @@ -1207,7 +1207,7 @@ void AbstractRunner::CreateFramesAndRender(bool insideReentrantCall) // We may get an error on the first frame upon restarting a second HelloImGui app // in a row, when using Pyodide (probably a remaining texture from the previous app) // "Format and type RGB/UNSIGNED_BYTE incompatible with this RGB8 attachment..." - // This is a known issue, and we should not warn about it. + // This is a known issue and we should not warn about it. shall_warn = false; } #endif