wip bug hunt
This commit is contained in:
parent
c6c5c0fa8f
commit
c60f7cca65
18 changed files with 290 additions and 97 deletions
|
|
@ -2,7 +2,6 @@ package love.distributedrebirth.unicode4d.atlas;
|
|||
|
||||
import java.util.Collection;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||
|
|
@ -23,7 +22,7 @@ public class FontAtlas {
|
|||
return stores.values();
|
||||
}
|
||||
|
||||
public void setStores(List<FontAtlasStore> planes) {
|
||||
public void setStores(Collection<FontAtlasStore> planes) {
|
||||
for (FontAtlasStore plane:planes) {
|
||||
addStore(plane);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue