Skip to content

Commit a177ac4

Browse files
authored
Merge pull request #79 from neclepsio/idiomatic
Add idiomatic bindings
2 parents 2aee5d7 + 39cf6e0 commit a177ac4

34 files changed

+16579
-18612
lines changed

backend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
unsigned int glfw_target_fps = 30;
2323
int extra_frame_count = MAX_EXTRA_FRAME_COUNT;
2424

25-
ImVec4 clear_color = *Vec4_ImVec4_Float(0.45, 0.55, 0.6, 1.0);
25+
ImVec4 clear_color = *ImVec4_ImVec4_Float(0.45, 0.55, 0.6, 1.0);
2626

2727
void glfw_render(GLFWwindow *window, VoidCallback renderLoop);
2828

0 commit comments

Comments
 (0)