Skip to content

Commit

Permalink
First hotfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
R-T-B committed Aug 15, 2020
1 parent f43bb63 commit de90caa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Kopernicus/Configuration/Body.cs
Original file line number Diff line number Diff line change
Expand Up @@ -352,12 +352,12 @@ void IParserEventSubscriber.Apply(ConfigNode node)
{
if (onDemand.normals.Length < 1)
{
onDemand.normals = "Kopernicus/Textures/generic_nm.dds";
onDemand.normals = "BUILTIN/cloud_normal";
}
}
catch
{
onDemand.normals = "Kopernicus/Textures/generic_nm.dds";
onDemand.normals = "BUILTIN/cloud_normal";
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Kopernicus/Constants/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static String VersionId
#else
const String DEVELOPMENT_BUILD = "";
#endif
return "RTB's Unified Bleeding-Edge Kopernicus " + VersionNumber + DEVELOPMENT_BUILD + " - (BuildDate: " +
return "CKAN Release-grade Kopernicus " + VersionNumber + DEVELOPMENT_BUILD + " - (BuildDate: " +
BuiltTime(Assembly.GetCallingAssembly()).ToString("dd.MM.yyyy HH:mm:ss") + "; AssemblyHash: " +
AssemblyHandle() + ")";
}
Expand Down

0 comments on commit de90caa

Please sign in to comment.