This commit is contained in:
2026-01-11 16:46:50 -05:00
parent d2e9204e25
commit e68dfa3c94
3 changed files with 2 additions and 8 deletions

View File

@@ -1 +1 @@
/home/anon/sda/Personal/Repos/anm2ed/build-dumpcheck/compile_commands.json
/home/anon/sda/Personal/Repos/anm2ed/build/compile_commands.json

View File

@@ -65,12 +65,6 @@ namespace anm2ed::anm2
XMLDocument document;
document.InsertFirstChild(to_element(document));
if (!std::filesystem::exists(path))
{
if (errorString) *errorString = localize.get(ERROR_FILE_NOT_FOUND);
return false;
}
File file(path, "wb");
if (!file)
{

View File

@@ -26,7 +26,7 @@ namespace anm2ed::anm2
glm::vec2 crop{};
glm::vec2 position{};
glm::vec2 size{};
glm::vec2 scale{};
glm::vec2 scale{100, 100};
glm::vec3 colorOffset{};
glm::vec4 tint{types::color::WHITE};