mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Initial commit of ImageFilter shader presets
Clone source can choose a filter
This commit is contained in:
@@ -339,5 +339,5 @@ std::string Resource::listDirectory()
|
||||
bool Resource::hasPath(const std::string& path)
|
||||
{
|
||||
auto fs = cmrc::vmix::get_filesystem();
|
||||
return fs.exists(path);
|
||||
return !path.empty() && fs.exists(path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user