Merge branch 'fixMSVCCommunity' into 'master'
fixes #50 Plugin Polyline was not compiling with msvc community 2015 as the RayCollision could not be declared and initialized by a return value at the same time. now the variable is first declared and then initialized by a function return value in two steps. See merge request !104
Please register or sign in to comment