mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-21 20:08:40 +03:00
Material Thumbnail, PostFX, more
big commit + Depth of field + Barrel distortion + Vignette + Material thumbnail in filebrowser + Fullbright wad conversion turns into emissive
This commit is contained in:
@@ -30,7 +30,7 @@ public:
|
||||
ImGui::TableNextColumn();
|
||||
|
||||
std::string label = "Empty";
|
||||
if (!component.ParticleMaterial->Path.empty())
|
||||
if (component.ParticleMaterial && !component.ParticleMaterial->Path.empty())
|
||||
{
|
||||
label = component.ParticleMaterial->Path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user