diff options
| author | ModMaker101 <119018978+ModMaker101@users.noreply.github.com> | 2026-03-05 14:41:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-06 02:41:17 +0700 |
| commit | cbcf3de358f97ae1f687f3ffa47fcdb910e39bcb (patch) | |
| tree | 35e2e226b669496319c978d026045b0ebe91ef89 /Minecraft.Client/Common/Consoles_App.cpp | |
| parent | 55231bb8d3e1a4e2752ac3d444c4287eb0ca4e8b (diff) | |
Fix gamma slider via pixel shader #178 (#481)
* Fix gamma slider via pixel shader #178
* LCE-like gamma using postprocess shader
Diffstat (limited to 'Minecraft.Client/Common/Consoles_App.cpp')
| -rw-r--r-- | Minecraft.Client/Common/Consoles_App.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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" |
