Bumped Copyright Dates

This commit is contained in:
LAX1DUDE
2023-01-03 22:25:02 -08:00
parent 5d2c95415e
commit 2492001c19
1394 changed files with 1398 additions and 1398 deletions

View File

@ -1,7 +1,7 @@
#line 2
/*
* Copyright (c) 2022 LAX1DUDE. All Rights Reserved.
* Copyright (c) 2023 LAX1DUDE. All Rights Reserved.
*
* WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES
* NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED
@ -291,7 +291,7 @@ void main(){
rcpFrameOpt.zw = screenSize05;
vec4 rcpFrameOpt2;
rcpFrameOpt2.xy = vec2(-2.0, -2.0) * u_screenSize2f;
rcpFrameOpt2.xy = -2.0 * u_screenSize2f;
rcpFrameOpt2.zw = -rcpFrameOpt2.xy;
output4f = vec4(FxaaPixelShader(v_position2f + screenSize05, posPos, u_screenTexture, rcpFrameOpt, rcpFrameOpt2, edgeSharpness, edgeThreshold, edgeThresholdMin).rgb, 1.0);