double precision plane points in _QERFaceData

This commit is contained in:
Garux
2021-11-23 15:11:43 +03:00
parent 6c129e546f
commit f366f6cc6e
2 changed files with 5 additions and 5 deletions

View File

@@ -99,9 +99,9 @@ class _QERFaceData
public:
_QERFaceData() : m_shader( "" ), contents( 0 ), flags( 0 ), value( 0 ){
}
Vector3 m_p0;
Vector3 m_p1;
Vector3 m_p2;
DoubleVector3 m_p0;
DoubleVector3 m_p1;
DoubleVector3 m_p2;
texdef_t m_texdef;
const char* m_shader;
int contents;