Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 30e04fe

Browse files
MxSoulMxSoul
authored andcommitted
Fix eglPresentationTimeANDROID is no effective
1 parent 888f4c0 commit 30e04fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/android/android_environment_gl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ AndroidEnvironmentGL::AndroidEnvironmentGL()
2424
if (strstr(extensions, "EGL_ANDROID_presentation_time")) {
2525
presentation_time_proc_ =
2626
reinterpret_cast<PFNEGLPRESENTATIONTIMEANDROIDPROC>(
27-
eglGetProcAddress("sEGL_ANDROID_presentation_time"));
27+
eglGetProcAddress("eglPresentationTimeANDROID"));
2828
}
2929

3030
valid_ = true;

0 commit comments

Comments
 (0)