about summary refs log tree commit diff
path: root/src/Decals.cpp
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-03-24 00:51:17 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-03-24 00:51:17 +0900
commitcd9c07e8a0a816fffdd63c9b92a1a5c1e8f32907 (patch)
treeafc2b0c4b962611c1d74aabf75d85cf3c5c4761f /src/Decals.cpp
parentd6b01c488256398f0e5ef7af0f12ada87685cf76 (diff)
downloadblackshades-cd9c07e8a0a816fffdd63c9b92a1a5c1e8f32907.tar.gz
Convert fog effect to Zig
Diffstat (limited to 'src/Decals.cpp')
-rw-r--r--src/Decals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Decals.cpp b/src/Decals.cpp
index 1522053..8a6ab5e 100644
--- a/src/Decals.cpp
+++ b/src/Decals.cpp
@@ -3,7 +3,7 @@
 #include "Camera.h"
 #include "Constants.h"
 #include "Decals.h"
-#include "Fog.h"
+#include "misc.h"
 
 extern float multiplier;
 extern bool slomo;