Update the comment for enableBlitting in mkxp.json

This commit is contained in:
white-axe 2024-01-23 17:51:11 -05:00 committed by 刘皓
parent 64f61c0665
commit c5f444c622
No known key found for this signature in database
GPG key ID: 7901753DB465B711

View file

@ -258,10 +258,10 @@
// capable of it. Some drivers carry buggy
// implementations of this functionality, so
// disabling it can be used as a workaround.
// Does nothing on macOS. Force-disabled when
// Force-disabled when
// smoothScaling or smoothScalingDown isn't
// Nearest-Neighbor or Bilinear.
// (default: disabled)
// (default: disabled on windows, enabled on other systems)
//
// "enableBlitting": false,