This commit is contained in:
Nishi 2026-02-01 10:27:52 +09:00
commit b401b0567f
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 10 additions and 10 deletions

View file

@ -11,7 +11,7 @@ extern "C" {
#endif
#define GSGLMaxDistance 100.0
#define GSGLMaxShadowDistance 1024
#define GSGLMaxShadowDistance 512
/* gl_shader.c */
GSDECL GSBool GSGLShaderPrepare(GSGL gl, GLuint* shader, const char* vs, const char* fs);