Renaming some variables

This commit is contained in:
Rezmason
2021-10-20 01:13:55 -07:00
parent 7ec03bbeb1
commit 5902ecc625
3 changed files with 9 additions and 9 deletions

View File

@@ -78,7 +78,7 @@ const loadImage = (regl, url) => {
}
return texture;
},
ready: (async () => {
loaded: (async () => {
if (url != null) {
const data = new Image();
data.crossOrigin = "anonymous";