Disabled tech ENABLE_ENVIRONMENT_MAP

This commit is contained in:
enricoturri1966 2020-10-10 10:11:27 +02:00
parent 95af708171
commit fe971defcd

View file

@ -40,7 +40,7 @@
#define ENABLE_2_3_0_ALPHA1 1
// Enable rendering of objects using environment map
#define ENABLE_ENVIRONMENT_MAP (1 && ENABLE_2_3_0_ALPHA1)
#define ENABLE_ENVIRONMENT_MAP (0 && ENABLE_2_3_0_ALPHA1)
// Enable smoothing of objects normals
#define ENABLE_SMOOTH_NORMALS (0 && ENABLE_2_3_0_ALPHA1)