Ignore:
Timestamp:
Aug 8, 2022, 8:04:09 PM (2 years ago)
Author:
alloc
Message:

Added command to invalidate file caches
Added a debug+profiling build target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/7dtd-server-fixes/src/FileCache/MapTileCache.cs

    r391 r392  
    114114                }
    115115
     116                public override (int, int) Invalidate () {
     117                        return (0, 0);
     118                }
     119
    116120                private static byte[] ReadAllBytes (string _path) {
    117121                        using (FileStream fileStream = new FileStream(_path, FileMode.Open, FileAccess.Read, FileShare.Read, 4096)) {
Note: See TracChangeset for help on using the changeset viewer.