aboutsummaryrefslogtreecommitdiff
path: root/core/io/resource_format_binary.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2017-01-25 14:30:40 -0300
committerJuan Linietsky2017-01-25 14:31:52 -0300
commit7e1afeafd4a347c309562c6783119f64e99fc317 (patch)
tree2c4844ff2ea7e952ac5743831ec61ff83953553a /core/io/resource_format_binary.cpp
parent355ce0d0de2787c9dba25d623c1a4cda314d12d5 (diff)
downloadgodot-7e1afeafd4a347c309562c6783119f64e99fc317.tar.gz
godot-7e1afeafd4a347c309562c6783119f64e99fc317.tar.zst
godot-7e1afeafd4a347c309562c6783119f64e99fc317.zip
Diffstat (limited to 'core/io/resource_format_binary.cpp')
-rw-r--r--core/io/resource_format_binary.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/io/resource_format_binary.cpp b/core/io/resource_format_binary.cpp
index 4af350343..8f8fce089 100644
--- a/core/io/resource_format_binary.cpp
+++ b/core/io/resource_format_binary.cpp
@@ -80,7 +80,8 @@ enum {
OBJECT_EXTERNAL_RESOURCE=1,
OBJECT_INTERNAL_RESOURCE=2,
OBJECT_EXTERNAL_RESOURCE_INDEX=3,
- FORMAT_VERSION=1,
+ //version 2: added 64 bits support for float and int
+ FORMAT_VERSION=2,
FORMAT_VERSION_CAN_RENAME_DEPS=1