Skip to content

fixes #50

Martin Schultz requested to merge fixMSVCCommunity into master

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.

Merge request reports