Skip to content

Commit

Permalink
Fixed FRB FNA compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Nov 6, 2024
1 parent 6de7615 commit 535584b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public partial class ContentManager : Microsoft.Xna.Framework.Content.ContentMan
/// </example>
public static Dictionary<FilePath, FilePath> FileAliases { get; private set; } = new Dictionary<FilePath, FilePath>();

#if !MONOGAME
#if !MONOGAME && !FNA
internal Effect mFirstEffect = null;
internal EffectCache mFirstEffectCache = null;
#endif
Expand Down

0 comments on commit 535584b

Please sign in to comment.