mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 09:37:07 -04:00
Fixes wrong function name
pojavSwapInternal -> pojavSwapInterval
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user