Skip to content

Commit

Permalink
Fixed compile error for .NET 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Sep 17, 2023
1 parent f85c5fb commit e83edfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ private Effect PrepareRenderingStates(Camera camera, out TextureAddressMode oldT
}
else
{
#if RendererHasExternalEffectManager && !ANDROID
#if RendererHasExternalEffectManager && NET6_0
if (UseCustomEffect)
{
var effectManager = Renderer.ExternalEffectManager;
Expand Down

0 comments on commit e83edfa

Please sign in to comment.