TTimo / GtkRadiant

The open source, cross platform level editor for idtech games
http://icculus.org/gtkradiant/
Other
582 stars 152 forks source link

Fix crash with too many patch planes #520

Closed Pan7 closed 6 years ago

Pan7 commented 7 years ago

This is fixing the crash but doesn't allow more than the limit. Its quite some efford to get rid of the limits here: https://github.com/TTimo/GtkRadiant/blob/master/include/qertypes.h#L421 https://github.com/TTimo/GtkRadiant/blob/master/include/qertypes.h#L433 https://github.com/TTimo/GtkRadiant/blob/master/include/qertypes.h#L435 https://github.com/TTimo/GtkRadiant/blob/master/include/qertypes.h#L347 Crash map file: https://gist.github.com/Pan7/4036387f81e728dfa033d2464fdde1fa See https://github.com/TTimo/GtkRadiant/issues/517