fix: don't update texture if there is no texture

This commit is contained in:
Azgaar 2023-11-19 16:53:10 +04:00
parent ada39b47ad
commit a349d40868
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
"use strict";
// version and caching control
const version = "1.94.00"; // generator version, update each time
const version = "1.94.01"; // generator version, update each time
{
document.title += " v" + version;