Skip to content

Commit

Permalink
Disable tint
Browse files Browse the repository at this point in the history
  • Loading branch information
donkeyProgramming committed Nov 8, 2024
1 parent ac6d3e8 commit f4dc74a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added Data/PharaohPack.pack
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public DefaultMaterial(ResourceLibrary resourceLibrary)
new MetalRoughCapability(),
new AnimationCapability(),
new BloodCapability(),
new TintCapability(),
//new TintCapability(),
];

_renderingTechniqueMap[RenderingTechnique.Normal] = "BasicColorDrawing";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public DefaultMaterial(ResourceLibrary resourceLibrary)
new CommonShaderParametersCapability(),
new SpecGlossCapability(),
new AnimationCapability(),
new TintCapability(),
//new TintCapability(),
];

_renderingTechniqueMap[RenderingTechnique.Normal] = "BasicColorDrawing";
Expand Down
2 changes: 1 addition & 1 deletion Shared/SharedCore/Services/VersionChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Shared.Core.Services
public class VersionChecker
{
private static readonly string GitHubLink = @"https://github.com/donkeyProgramming/TheAssetEditor/releases/latest";
public static string CurrentVersion { get => "0.50"; }
public static string CurrentVersion { get => "0.51"; }

public static void CheckVersion()
{
Expand Down

0 comments on commit f4dc74a

Please sign in to comment.