Resources priority update

This commit is contained in:
MihailRis
2023-12-30 20:53:38 +03:00
parent 298cf561bc
commit 861c7f6c76
3 changed files with 27 additions and 26 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ void create_new_world_panel(Engine* engine, PagesControl* menu) {
// Basic validation
if (!util::is_valid_filename(name) ||
paths->isWorldNameUsed(nameutf8)) {
paths->isWorldNameUsed(nameutf8)) {
// blink red two times
panel->listenInterval(0.1f, [worldNameInput, basecolor]() {
static bool flag = true;