Skip to content

Commit

Permalink
Fix compilation issue after commit - ShaderGraph][2022.1] Fix 1356725…
Browse files Browse the repository at this point in the history
… - incorrect appearance of warning mess...
  • Loading branch information
sebastienlagarde committed Sep 16, 2021
1 parent 4f808f1 commit aaed8de
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ VisualElement CreateGUI(SampleVirtualTextureNode node, InspectableAttribute attr
{
#if !ENABLE_VIRTUALTEXTURES
labelText = "Virtual Texturing is disabled globally (possibly by the render pipeline settings), this node will do regular 2D sampling.";
#else
labelText = "";
#endif
}

Expand Down

0 comments on commit aaed8de

Please sign in to comment.