Skip to content

Commit

Permalink
RMG: remove unused variable in OnScreenDisplay.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed May 24, 2024
1 parent 9742deb commit 6acb03e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/RMG/OnScreenDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ static std::string l_Message;
static int l_MessagePosition = 1;
static float l_MessagePaddingX = 20.0f;
static float l_MessagePaddingY = 20.0f;
static float l_MessageOpacity = 1.0f;
static float l_BackgroundRed = 1.0f;
static float l_BackgroundGreen = 1.0f;
static float l_BackgroundBlue = 1.0f;
Expand Down

0 comments on commit 6acb03e

Please sign in to comment.