Skip to content

BSP compile error workaround

Christopher Tenter requested to merge bsp_msvc_fix into master

Workaround for template argument deduction error in triangle bsp. msvc compiles if the default constructors of ref and ray are called.

Merge request reports