Cleanup for coding style

Add strict mode to check_style_guide script
This commit is contained in:
Alexander Bock
2017-11-08 10:35:39 -06:00
parent d94408224c
commit b50b52d351
387 changed files with 1907 additions and 2132 deletions
+3 -3
View File
@@ -83,10 +83,10 @@ public:
bool matchesRenderBinMask(int binMask);
bool isVisible() const;
bool hasTimeInterval();
bool getInterval(double& start, double& end);
void onEnabledChange(std::function<void(bool)> callback);
static void setPscUniforms(ghoul::opengl::ProgramObject& program, const Camera& camera, const PowerScaledCoordinate& position);
@@ -95,7 +95,7 @@ public:
protected:
properties::BoolProperty _enabled;
private:
RenderBin _renderBin;
float _boundingSphere;