Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 159d94b

Browse files
committed
Oops, did not mean to delete the defaults
1 parent 65a31ce commit 159d94b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

System/Vector.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ namespace RTE {
1717

1818
SerializableOverrideMethods
1919

20-
float m_X; //!< X value of this vector.
21-
float m_Y; //!< Y value of this vector.
20+
float m_X = 0.0F; //!< X value of this vector.
21+
float m_Y = 0.0F; //!< Y value of this vector.
2222

2323
#pragma region Creation
2424
/// <summary>

0 commit comments

Comments
 (0)