mirror of
https://github.com/MobileGL-Dev/MobileGlues.git
synced 2025-09-23 03:04:03 -04:00
fix: fix glClearDepth, fixing bug in JourneyMap
This commit is contained in:
parent
2f4c3c54b6
commit
0e56aa19f2
@ -15,10 +15,8 @@
|
|||||||
GLAPI GLAPIENTRY void glClearDepth(GLclampd depth) {
|
GLAPI GLAPIENTRY void glClearDepth(GLclampd depth) {
|
||||||
LOG();
|
LOG();
|
||||||
glClearDepthf(depth);
|
glClearDepthf(depth);
|
||||||
glClear(GL_DEPTH_BUFFER_BIT);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void glHint(GLenum target, GLenum mode) {
|
void glHint(GLenum target, GLenum mode) {
|
||||||
LOG();
|
LOG();
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user