Skip to content

Commit 741cebf

Browse files
committed
wtf is this
1 parent 4208846 commit 741cebf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/Util/Position.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ struct PTSDPosition {
6161
}
6262

6363
[[deprecated("Implicit conversion will be removed. Use explicit conversion "
64-
"instead")]] operator glm::vec2() const {
64+
"instead")]] //
65+
operator glm::vec2() const {
6566
return {x, y};
6667
}
6768

0 commit comments

Comments
 (0)