fix error on optifine

This commit is contained in:
Xonk 2024-02-16 22:15:27 -05:00
parent 1562c55a17
commit d4a239f223

View File

@ -279,14 +279,15 @@ vec4 texture2D_POMSwitch(
//////////////////////////////VOID MAIN//////////////////////////////
varying vec3 pos;
#ifdef HAND
/* RENDERTARGETS: 1,7,8,15,2 */
#else
/* RENDERTARGETS: 1,7,8,15 */
#endif
void main() {
#endif
bool ifPOM = false;