Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Graphics/cubemap.h')
-rw-r--r--Source/Graphics/cubemap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Graphics/cubemap.h b/Source/Graphics/cubemap.h
index ebf1458f..971d7fb3 100644
--- a/Source/Graphics/cubemap.h
+++ b/Source/Graphics/cubemap.h
@@ -29,7 +29,8 @@
#include <Asset/Asset/texture.h>
namespace Cubemap {
- enum HemisphereEnabled {HEMISPHERE, SPHERE};
+enum HemisphereEnabled { HEMISPHERE,
+ SPHERE };
}
mat4 GetCubeMapRotation(int i);