Ignore:
Timestamp:
Jan 19, 2019, 6:12:21 PM (6 years ago)
Author:
alloc
Message:

Fixed game version compatibility of GamePrefs
Code style cleanup (mostly argument names)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/API.cs

    r337 r351  
    2121
    2222                private void GameShutdown () {
    23                         AllocsFixes.MapRendering.MapRendering.Shutdown ();
     23                        MapRendering.MapRendering.Shutdown ();
    2424                }
    2525
    2626                private void CalcChunkColorsDone (Chunk _chunk) {
    27                         AllocsFixes.MapRendering.MapRendering.RenderSingleChunk (_chunk);
     27                        MapRendering.MapRendering.RenderSingleChunk (_chunk);
    2828                }
    2929        }
Note: See TracChangeset for help on using the changeset viewer.