mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-01 04:45:29 +00:00
Fix for incorrect TileData
This commit is contained in:
@@ -38,7 +38,7 @@ namespace PckStudio.Forms.Additional_Popups.Animation
|
||||
|
||||
private void treeViews_AfterSelect(object sender, TreeViewEventArgs e)
|
||||
{
|
||||
if (e.Node.Tag is string tileData)
|
||||
if (e.Node.Name is string tileData)
|
||||
{
|
||||
selectedTile = tileData;
|
||||
Debug.WriteLine(selectedTile);
|
||||
|
||||
Reference in New Issue
Block a user