Skip to content
This repository has been archived by the owner on Sep 12, 2020. It is now read-only.

Commit

Permalink
Forgot parenting, goodbye 6h of my life
Browse files Browse the repository at this point in the history
  • Loading branch information
AtiLion committed Aug 14, 2019
1 parent 9a3e58b commit 13d9c88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VRCMenuUtils/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.2.0")]
[assembly: AssemblyFileVersion("0.0.2.0")]
[assembly: AssemblyVersion("0.0.2.1")]
[assembly: AssemblyFileVersion("0.0.2.1")]
2 changes: 1 addition & 1 deletion VRCMenuUtils/VRCMenuUtilsAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static class VRCMenuUtilsAPI
#endregion
#region VRCMenuUtils Properties
public static bool IsIntialized => _UIInitialized;
public static string Version => "0.2.0";
public static string Version => "0.2.1";
#endregion
#region VRCMenuUtils Delegates
public delegate void ElementChangeDelegate(Transform transform);
Expand Down
2 changes: 1 addition & 1 deletion VRCMenuUtils/VRChat/UI/VRCEUiPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public VRCEUiPage(string name, string displayName)
Page = goControl.AddComponent<VRCUiPage>();

// Set required parts
Control.SetParent(avatarScreen.transform.parent);
Control.SetParent(avatarScreen.transform.parent, false);

// Change UI properties
Page.AudioHide = avatarPage.AudioHide;
Expand Down

0 comments on commit 13d9c88

Please sign in to comment.