Skip to content

Commit

Permalink
str(fffd)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycw committed Apr 26, 2024
1 parent f49f5b7 commit ac1d2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loaders/LoaderUtils.js
Expand Up @@ -70,7 +70,7 @@ class LoaderUtils {

}

s += 0xfffd;
s += String.fromCodePoint( 0xfffd );
i += 1;

}
Expand Down

0 comments on commit ac1d2cf

Please sign in to comment.