save brushes settings
This commit is contained in:
@@ -18,9 +18,9 @@ bool Asset::delete_file(const std::string& path)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Asset::exist(std::string path, bool is_asset)
|
||||
bool Asset::exist(std::string path)
|
||||
{
|
||||
if (is_asset)
|
||||
if (Asset::is_asset(path))
|
||||
{
|
||||
Asset asset;
|
||||
if (asset.open(path.c_str()))
|
||||
|
||||
Reference in New Issue
Block a user