diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-03-24 00:51:17 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-03-24 00:51:17 +0900 |
| commit | cd9c07e8a0a816fffdd63c9b92a1a5c1e8f32907 (patch) | |
| tree | afc2b0c4b962611c1d74aabf75d85cf3c5c4761f /src/Decals.cpp | |
| parent | d6b01c488256398f0e5ef7af0f12ada87685cf76 (diff) | |
| download | blackshades-cd9c07e8a0a816fffdd63c9b92a1a5c1e8f32907.tar.gz | |
Convert fog effect to Zig
Diffstat (limited to 'src/Decals.cpp')
| -rw-r--r-- | src/Decals.cpp | 2 |
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; |
