summaryrefslogtreecommitdiff
path: root/src/gui/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r--src/gui/theme.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h
index 3e1c525d7..5ff94ca77 100644
--- a/src/gui/theme.h
+++ b/src/gui/theme.h
@@ -56,7 +56,7 @@ struct ThemeInfo final
japanFont(),
fontSize(0),
npcfontSize(0),
- guiAlpha(0.0f)
+ guiAlpha(0.0F)
{
}
std::string name;
@@ -129,7 +129,7 @@ class Skin final
/**
* Updates the alpha value of the skin
*/
- void updateAlpha(const float minimumOpacityAllowed = 0.0f);
+ void updateAlpha(const float minimumOpacityAllowed = 0.0F);
int getPadding() const A_WARN_UNUSED
{ return mPadding; }