Fixes wrong function name

pojavSwapInternal -> pojavSwapInterval
This commit is contained in:
Duy Tran Khanh
2021-11-08 14:54:09 +07:00
committed by GitHub
parent 9b97f8b0e8
commit 97fc33ffa6

View File

@@ -614,7 +614,7 @@ public class GLFW
MakeContextCurrent = apiGetFunctionAddress(GLFW, "pojavMakeCurrent"),
Terminate = apiGetFunctionAddress(GLFW, "pojavTerminate"),
SwapBuffers = apiGetFunctionAddress(GLFW, "pojavSwapBuffers"),
SwapInterval = apiGetFunctionAddress(GLFW, "pojavSwapInternal");
SwapInterval = apiGetFunctionAddress(GLFW, "pojavSwapInterval");
}
public static SharedLibrary getLibrary() {