Add info for future project version cache file changes

This commit is contained in:
Wojtek Figat
2025-04-17 10:39:16 +02:00
parent 6ef2012359
commit 980473cce6

View File

@@ -52,6 +52,7 @@ bool Editor::CheckProjectUpgrade()
// Load version cache file
struct VersionCache
{
// When changing this ensure that Flax Launcher properly reads the version
int32 Major = FLAXENGINE_VERSION_MAJOR;
int32 Minor = FLAXENGINE_VERSION_MINOR;
int32 Build = FLAXENGINE_VERSION_BUILD;