Skip to content

Commit bd85283

Browse files
committed
Texture.h: Bumping accepted texture version from 1 to 2.
1 parent 8166567 commit bd85283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/Termin8or/drawing/Texture.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ namespace t8
236236
// Absence of VER line means it is version 1.
237237
int ver_parsed = std::stoi(tokens[1]);
238238
// Change from 1 to current version for making sure it is future-incompatible.
239-
static const int compatible_version_until_and_including = 1;
239+
static const int compatible_version_until_and_including = 2;
240240
if (ver_parsed <= compatible_version_until_and_including)
241241
ver = ver_parsed;
242242
else

0 commit comments

Comments
 (0)