Skip to content

Commit 1474860

Browse files
committed
comment
1 parent f198f2e commit 1474860

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CathodeLib/Scripts/CATHODE/MaterialMappings.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ public MaterialMappings(byte[] data, string path = "") : base(data, path) { }
2020
//This is always the start of the mapping filepath - remove it for ease when adding new ones
2121
private const string _path = "n:/content/build/library/_material_libraries_/mappings/";
2222

23+
//NOTE: REDS is written by remapping the materials via these defs, from the original model values
24+
2325
#region FILE_IO
2426
override protected bool LoadInternal(MemoryStream stream)
2527
{

0 commit comments

Comments
 (0)