Index: graphics/gource/files/patch-src_dirnode.cpp =================================================================== --- graphics/gource/files/patch-src_dirnode.cpp (nonexistent) +++ graphics/gource/files/patch-src_dirnode.cpp (working copy) @@ -0,0 +1,11 @@ +--- src/dirnode.cpp.orig 2014-10-16 02:23:22 UTC ++++ src/dirnode.cpp +@@ -582,7 +582,7 @@ void RDirNode::calcRadius() { + //this->dir_radius_sqrt = sqrt(dir_radius); //dir_radius_sqrt is not used + + // this->parent_radius = std::max(1.0, parent_circ / PI); +- this->parent_radius = std::max(1.0, sqrt(total_file_area) * gGourceDirPadding); ++ this->parent_radius = std::max(1.0f, (float)sqrt(total_file_area) * gGourceDirPadding); + } + + float RDirNode::distanceToParent() const{ Property changes on: graphics/gource/files/patch-src_dirnode.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property