Add info for future project version cache file changes
This commit is contained in:
@@ -52,6 +52,7 @@ bool Editor::CheckProjectUpgrade()
|
|||||||
// Load version cache file
|
// Load version cache file
|
||||||
struct VersionCache
|
struct VersionCache
|
||||||
{
|
{
|
||||||
|
// When changing this ensure that Flax Launcher properly reads the version
|
||||||
int32 Major = FLAXENGINE_VERSION_MAJOR;
|
int32 Major = FLAXENGINE_VERSION_MAJOR;
|
||||||
int32 Minor = FLAXENGINE_VERSION_MINOR;
|
int32 Minor = FLAXENGINE_VERSION_MINOR;
|
||||||
int32 Build = FLAXENGINE_VERSION_BUILD;
|
int32 Build = FLAXENGINE_VERSION_BUILD;
|
||||||
|
|||||||
Reference in New Issue
Block a user