diff --git a/Getting-Started.md b/Getting-Started.md index 8fb3e73..71735bd 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -202,7 +202,7 @@ void setup(GLFWwindow* window) display_width, display_height; GLuint g_FontTexture; - + ImGui::CreateContext(); ImGuiIO& io { ImGui::GetIO() }; io.Fonts->GetTexDataAsAlpha8(&pixels, &width, &height);