diff --git a/Adventures in Lestoria/MenuComponent.h b/Adventures in Lestoria/MenuComponent.h index 36110647..f12d87b9 100644 --- a/Adventures in Lestoria/MenuComponent.h +++ b/Adventures in Lestoria/MenuComponent.h @@ -98,8 +98,8 @@ private: std::string label=""; std::weak_ptrsubcomponentParent; //For subcomponents, this value provides the actual component this subcomponent was spawned from. + int depth=0; //Higher depth (positive) means buried further back. Lower depth (negative) means behind. If you have to modify depth, use the DEPTH macro!!! protected: - int depth=0; //Higher depth (positive) means in front. Lower depth (negative) means behind. float hoverEffect=0; std::string name=""; geom2d::rectrect; diff --git a/Adventures in Lestoria/Version.h b/Adventures in Lestoria/Version.h index 254aac6f..9afa0d8d 100644 --- a/Adventures in Lestoria/Version.h +++ b/Adventures in Lestoria/Version.h @@ -39,7 +39,7 @@ All rights reserved. #define VERSION_MAJOR 1 #define VERSION_MINOR 3 #define VERSION_PATCH 0 -#define VERSION_BUILD 12246 +#define VERSION_BUILD 12247 #define stringify(a) stringify_(a) #define stringify_(a) #a diff --git a/x64/Release/Adventures in Lestoria.exe b/x64/Release/Adventures in Lestoria.exe index 3da33029..34868cca 100644 Binary files a/x64/Release/Adventures in Lestoria.exe and b/x64/Release/Adventures in Lestoria.exe differ