Ignore:
Timestamp:
Mar 28, 2023, 5:11:02 PM (20 months ago)
Author:
alloc
Message:

A21 preparations.
NOT COMPATIBLE WITH A20 ANYMORE!

File:
1 edited

Legend:

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

    r369 r420  
    99                        ModEvents.GameStartDone.RegisterHandler (GameStartDone);
    1010                        ModEvents.GameShutdown.RegisterHandler (GameShutdown);
    11                         ModEvents.CalcChunkColorsDone.RegisterHandler (CalcChunkColorsDone);
    1211                }
    1312
     
    2827                private void GameShutdown () {
    2928                        webInstance?.Shutdown ();
    30                         MapRendering.MapRendering.Shutdown ();
    31                 }
    32 
    33                 private void CalcChunkColorsDone (Chunk _chunk) {
    34                         MapRendering.MapRendering.RenderSingleChunk (_chunk);
    3529                }
    3630        }
Note: See TracChangeset for help on using the changeset viewer.