Skip to content

Commit

Permalink
Commented out call to CSSpreloadClasses()
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenSem authored Jan 6, 2024
1 parent 28cdbf2 commit b6e9f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catan-gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ const CSSpreloadClasses = (doc, msDelay, ...classes) => {

const initialLoad = evt => {

CSSpreloadClasses(doc, 9, globalResourceTypes);
// CSSpreloadClasses(doc, 9, globalResourceTypes);

const skipFillTiles = DEBUG_SKIP_FILLTILES_ON_LOAD
&& ( !!evt || !"evt NOT passed therefore NEVER skipFillTiles" );
Expand Down

0 comments on commit b6e9f8c

Please sign in to comment.