Skip to content

Commit 4e20e31

Browse files
committed
Every time I reformat it finds another!
1 parent 64a3f75 commit 4e20e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Menus/TitleScreen.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ namespace RTE {
171171

172172
Vector m_ScrollOffset; //!< The scrolling position of the whole title screen scene.
173173
float m_PlanetViewScrollOffsetY; //!< The title screen scene scroll position when in planet overview menus.
174-
174+
175175
bool m_FinishedPlayingIntro; //!< Whether the intro sequence finished playing.
176176
IntroSequence m_IntroSequenceState; //!< The current intro sequence state.
177177
Timer m_IntroSongTimer; //!< Timer used to sync the intro sequence progress with the intro song.
@@ -193,7 +193,7 @@ namespace RTE {
193193
#pragma region Create Breakdown
194194
/// Initializes music SoundContainers after they are done being loaded.
195195
void InitializeMusic();
196-
196+
197197
/// Creates all the elements that compose the title screen scene.
198198
void CreateTitleElements();
199199

0 commit comments

Comments
 (0)