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

Commit cc1061c

Browse files
committed
Fix comment format
1 parent ad4b7e2 commit cc1061c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ struct Star {
143143
int m_PosX = 0;
144144
int m_PosY = 0;
145145
float m_ScrollRatio = 1.0F;
146-
int m_Intensity = 0; // <! Intensity value on a scale from 0 to 255.
146+
int m_Intensity = 0; //!< Intensity value on a scale from 0 to 255.
147147
StarSize m_Size = StarSmall;
148148

149149
Star() {}

0 commit comments

Comments
 (0)