Indentation style changed to Allman
Using Artistic Style (http://astyle.sourceforge.net/) Options: --style=allman --indent=tab --keep-one-line-blocks --align-pointer=type --align-reference=name
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ class Skybox
|
||||
{
|
||||
public:
|
||||
Skybox(std::string skyboxPath, std::string extension = "png");
|
||||
Skybox(std::shared_ptr<CubemapTexture> cubemap)
|
||||
Skybox(std::shared_ptr<CubemapTexture> cubemap)
|
||||
: m_Cubemap(cubemap) { Initialize(); }
|
||||
~Skybox();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user