diff --git a/radiant/surfacedialog.cpp b/radiant/surfacedialog.cpp index 3d8a799d..86a3e39d 100644 --- a/radiant/surfacedialog.cpp +++ b/radiant/surfacedialog.cpp @@ -1448,6 +1448,8 @@ public: std::size_t m_height; FaceTexture() : m_plane( 0, 0, 1, 0 ), m_width( 64 ), m_height( 64 ) { + m_projection.m_basis_s = Vector3( 0.7071067811865, 0.7071067811865, 0 ); + m_projection.m_basis_t = Vector3( -0.4082482904639, 0.4082482904639, -0.4082482904639 * 2.0 ); } };