mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 18:39:18 +02:00
dangling pointer crash semi-fix, minor bug fixes, minor code correctness enhancements
This commit is contained in:
@@ -307,8 +307,6 @@ nearest_segment_point( VecType_ const &Segmentstart, VecType_ const &Segmentend,
|
||||
return c1 / c2;
|
||||
}
|
||||
|
||||
class cParser;
|
||||
|
||||
glm::dvec3 LoadPoint( cParser &Input );
|
||||
glm::dvec3 LoadPoint( class cParser &Input );
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user