tweaks
This commit is contained in:
@@ -1 +1 @@
|
||||
/home/anon/sda/Personal/Repos/anm2ed/build-dumpcheck/compile_commands.json
|
||||
/home/anon/sda/Personal/Repos/anm2ed/build/compile_commands.json
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user