mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-08-03 08:29:48 +07:00
Fixed typo
This commit is contained in:
@ -42,7 +42,7 @@ public class ItemGeneratorTool extends ApplicationAdapter {
|
||||
int numItems = 5;
|
||||
String type = "sst";
|
||||
for (int i = 0; i < numItems; i++) {
|
||||
Item item = generator.generate("sst");
|
||||
Item item = generator.generate(type);
|
||||
Gdx.app.log(TAG, ObjectUtils.toString(item));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user