We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8166567 commit bd85283Copy full SHA for bd85283
include/Termin8or/drawing/Texture.h
@@ -236,7 +236,7 @@ namespace t8
236
// Absence of VER line means it is version 1.
237
int ver_parsed = std::stoi(tokens[1]);
238
// Change from 1 to current version for making sure it is future-incompatible.
239
- static const int compatible_version_until_and_including = 1;
+ static const int compatible_version_until_and_including = 2;
240
if (ver_parsed <= compatible_version_until_and_including)
241
ver = ver_parsed;
242
else
0 commit comments