Skip to content

Commit

Permalink
[API] Fixed typo in lwjgl opengl3 backendRenderName string (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarquis authored Dec 28, 2021
1 parent 16958b2 commit 6f48a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui-lwjgl3/src/main/java/imgui/gl3/ImGuiImplGl3.java
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ private void readGlVersion() {

private void setupBackendCapabilitiesFlags() {
final ImGuiIO io = ImGui.getIO();
io.setBackendRendererName("imgui_java_impl_opnegl3");
io.setBackendRendererName("imgui_java_impl_opengl3");

// We can honor the ImDrawCmd::VtxOffset field, allowing for large meshes.
if (glVersion >= 320) {
Expand Down

0 comments on commit 6f48a70

Please sign in to comment.