mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-08 21:10:59 +00:00
Changed Zlib option in GRF Editor to "Other Platforms"
This commit is contained in:
@@ -512,7 +512,7 @@ namespace PckStudio
|
||||
{
|
||||
const string use_deflate = "PS3";
|
||||
const string use_xmem = "Xbox 360";
|
||||
const string use_zlib = "Wii U, PS Vita";
|
||||
const string use_zlib = "Other Platforms";
|
||||
|
||||
ItemSelectionPopUp dialog = new ItemSelectionPopUp(use_zlib, use_deflate, use_xmem);
|
||||
dialog.LabelText = "Type";
|
||||
|
||||
Reference in New Issue
Block a user