diff options
| author | Caldfir | 2012-04-17 18:58:09 -0700 |
|---|---|---|
| committer | Caldfir | 2012-04-17 18:58:09 -0700 |
| commit | 24e538eeec0c966be264f47174b329f086ce51f2 (patch) | |
| tree | cb6c96430ad23fb2a4904b2b73c9edc0040f55cc /commonTypes.h | |
| parent | bd888a3cdc6fe40ade5ba2f8b103c1151fb1c8cc (diff) | |
| download | stonesense-24e538eeec0c966be264f47174b329f086ce51f2.tar.gz stonesense-24e538eeec0c966be264f47174b329f086ce51f2.tar.bz2 stonesense-24e538eeec0c966be264f47174b329f086ce51f2.tar.xz | |
Made a less-aggressive version of the occlusion cull (only attempts to cull hidden blocks).
Diffstat (limited to 'commonTypes.h')
| -rw-r--r-- | commonTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commonTypes.h b/commonTypes.h index 40c7c7f..3af3a5c 100644 --- a/commonTypes.h +++ b/commonTypes.h @@ -196,7 +196,7 @@ typedef struct bool fog_of_war;
- bool occlusion;
+ char occlusion;
bool block_count;
uint16_t bloodcutoff;
|
