mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-26 19:18:12 +01:00
Added FIXME comment for future bugfix
This commit is contained in:
parent
8d1dda74d0
commit
709cc064e5
@ -225,6 +225,7 @@ public class PaletteStorage implements PublicCloneable<PaletteStorage> {
|
||||
* @param newBitsPerEntry the new bits per entry count
|
||||
*/
|
||||
private void resize(int newBitsPerEntry) {
|
||||
// FIXME: artifacts when resizing
|
||||
newBitsPerEntry = fixBitsPerEntry(newBitsPerEntry);
|
||||
|
||||
PaletteStorage paletteStorageCache = new PaletteStorage(newBitsPerEntry, bitsIncrement);
|
||||
|
Loading…
Reference in New Issue
Block a user