From ec9cb6b691d08a19f496c71b36f290ed177cb487 Mon Sep 17 00:00:00 2001 From: shun-iwasawa Date: Feb 08 2022 05:43:28 +0000 Subject: fix saving tlv (#4247) --- diff --git a/toonz/sources/toonzlib/toonzscene.cpp b/toonz/sources/toonzlib/toonzscene.cpp index a14f116..8389496 100644 --- a/toonz/sources/toonzlib/toonzscene.cpp +++ b/toonz/sources/toonzlib/toonzscene.cpp @@ -1386,6 +1386,7 @@ TFilePath ToonzScene::getDefaultLevelPath(int levelType, break; case TZP_XSHLEVEL: levelPath = TFilePath(levelName).withType("tlv"); + break; default: levelPath = TFilePath(levelName + L"..png"); }