Skip to content

Commit

Permalink
dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Nov 23, 2024
1 parent 0b70c7a commit ece8a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hello_imgui/internal/backend_impls/abstract_runner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ece8a49

Please sign in to comment.