Skip to content

Commit

Permalink
Update Incognito.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
UFTHaq authored Sep 25, 2024
1 parent ec883ef commit 4287b6e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Incognito.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ void InitializedFonts();

void OutputFolderTest();



Rectangle FlexibleRectangle(Rectangle& BaseRect, float ObjectWidth, float ObjectHeight);

void DrawTextMine(Rectangle& panel, std::string& text, int align, float size, Color color, Color fillColor);
Expand Down Expand Up @@ -1309,7 +1307,7 @@ void UpdateDrawUI() {
EncodeSound = LoadSound(p->outputTitle.c_str());
soundLoaded = true;
}
SetSoundVolume(EncodeSound, 1.0F);
SetSoundVolume(EncodeSound, 0.75F);

if (!IsSoundPlaying(EncodeSound) && !soundPlayed) {
PlaySound(EncodeSound);
Expand Down

0 comments on commit 4287b6e

Please sign in to comment.