diff options
author | aap <aap@papnet.eu> | 2021-01-03 17:01:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-03 17:01:17 +0100 |
commit | 65796459343a01ddd17170104599ae340b90bb1d (patch) | |
tree | d16a5bc09e9cebd006085f30a27dfb3567927ee7 /src/render/Occlusion.h | |
parent | Merge pull request #921 from TheOfficialFloW/patch-2 (diff) | |
parent | Pad2 fix (diff) | |
download | re3-65796459343a01ddd17170104599ae340b90bb1d.tar re3-65796459343a01ddd17170104599ae340b90bb1d.tar.gz re3-65796459343a01ddd17170104599ae340b90bb1d.tar.bz2 re3-65796459343a01ddd17170104599ae340b90bb1d.tar.lz re3-65796459343a01ddd17170104599ae340b90bb1d.tar.xz re3-65796459343a01ddd17170104599ae340b90bb1d.tar.zst re3-65796459343a01ddd17170104599ae340b90bb1d.zip |
Diffstat (limited to 'src/render/Occlusion.h')
-rw-r--r-- | src/render/Occlusion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Occlusion.h b/src/render/Occlusion.h index 8a444525..e0edef53 100644 --- a/src/render/Occlusion.h +++ b/src/render/Occlusion.h @@ -58,5 +58,5 @@ bool CalcScreenCoors(CVector const &in, CVector *out, float *outw, float *outh); bool CalcScreenCoors(CVector const &in, CVector *out); #ifndef MASTER -extern bool bDisplayOccDebugStuff; +extern bool bDispayOccDebugStuff; #endif
\ No newline at end of file |