mirror of
https://github.com/ocornut/imgui.git
synced 2024-11-28 09:30:56 +01:00
Grammar fix + ocd alignment
This commit is contained in:
parent
311a2f8328
commit
e27eddfbd2
2
imgui.h
2
imgui.h
@ -534,7 +534,7 @@ struct ImGuiIO
|
||||
// {
|
||||
// // code block will be executed one per frame
|
||||
// }
|
||||
// Attention! the macro expand into 2 statement so make sure you don't use it within e.g. an if() statement without curly braces.
|
||||
// Attention! the macro expands into 2 statement so make sure you don't use it within e.g. an if() statement without curly braces.
|
||||
#define IMGUI_ONCE_UPON_A_FRAME static ImGuiOnceUponAFrame imgui_oaf##__LINE__; if (imgui_oaf##__LINE__)
|
||||
struct ImGuiOnceUponAFrame
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user