Implemented scanline and silhouette effect #363
|
@ -441,6 +441,10 @@ namespace SHADE
|
|||
if (genMeta)
|
||||
{
|
||||
GenerateNewMeta(newPath);
|
||||
}
|
||||
else
|
||||
{
|
||||
//send event here
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -233,7 +233,7 @@ namespace SHADE
|
|||
{
|
||||
if(ImGui::Selectable("Compile"))
|
||||
{
|
||||
SHAssetManager::CompileAsset(file.path, !file.compiled, file.assetMeta->id);
|
||||
SHAssetManager::CompileAsset(file.path, !file.compiled, file.assetMeta ? file.assetMeta->id : 0);
|
||||
QueueRefresh();
|
||||
}
|
||||
ImGui::EndPopup();
|
||||
|
|
Loading…
Reference in New Issue