mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Minor changes
This commit is contained in:
@@ -140,8 +140,6 @@ export class BackgroundResourcesLoader {
|
||||
|
||||
internalPreloadCss(name) {
|
||||
return new Promise((resolve, reject) => {
|
||||
console.log("TODO");
|
||||
|
||||
const link = document.createElement("link");
|
||||
|
||||
link.onload = resolve;
|
||||
|
||||
Reference in New Issue
Block a user