Skip to content

Commit 4534cb7

Browse files
authored
Fix SDFGen typo (#2565)
1 parent 038047e commit 4534cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/SDFGen/src/SDFGen/SDFGen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ void SDFGen::onImGuiDraw()
346346
}
347347

348348
ImGui::Separator();
349-
ImGui::Text("Atals View:");
349+
ImGui::Text("Atlas View:");
350350
ImGuiPresenter::getInstance()->image(_atlasViewer, ImVec2(viewerSize.width, viewerSize.height));
351351
}
352352

0 commit comments

Comments
 (0)