From cbcf3de358f97ae1f687f3ffa47fcdb910e39bcb Mon Sep 17 00:00:00 2001 From: ModMaker101 <119018978+ModMaker101@users.noreply.github.com> Date: Thu, 5 Mar 2026 14:41:17 -0500 Subject: Fix gamma slider via pixel shader #178 (#481) * Fix gamma slider via pixel shader #178 * LCE-like gamma using postprocess shader --- Minecraft.Client/Common/Consoles_App.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Minecraft.Client/Common/Consoles_App.cpp') diff --git a/Minecraft.Client/Common/Consoles_App.cpp b/Minecraft.Client/Common/Consoles_App.cpp index d17d0678..00dedbe1 100644 --- a/Minecraft.Client/Common/Consoles_App.cpp +++ b/Minecraft.Client/Common/Consoles_App.cpp @@ -1,5 +1,4 @@ - -#include "stdafx.h" +#include "stdafx.h" #include "..\..\Minecraft.World\net.minecraft.world.entity.item.h" #include "..\..\Minecraft.World\net.minecraft.world.entity.player.h" #include "..\..\Minecraft.World\net.minecraft.world.level.tile.entity.h" -- cgit v1.2.3