Fix incorrect function name

This commit is contained in:
Joonas Javanainen 2018-12-17 00:58:41 +02:00
parent 490ffe056d
commit 7d364f6e5d
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179

View File

@ -239,7 +239,7 @@ extern "C" {
pub fn igSetNextWindowPos(pos: ImVec2, cond: ImGuiCond, pivot: ImVec2);
pub fn igSetNextWindowSize(size: ImVec2, cond: ImGuiCond);
pub fn igSetNextWindowConstraints(
pub fn igSetNextWindowSizeConstraints(
size_min: ImVec2,
size_max: ImVec2,
custom_callback: ImGuiSizeCallback,