Skip to content

Commit

Permalink
Set GUIUtils to be public
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoDeAndrade committed Apr 7, 2023
1 parent 09596bc commit a40d830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Editor/GUIUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace OkapiKit.Editor
{
static class GUIUtils
static public class GUIUtils
{
public delegate void GenTexture(string name);

Expand Down

0 comments on commit a40d830

Please sign in to comment.