Skip to content

Commit

Permalink
Fix preprocessor directive in InkStory.cs (#80)
Browse files Browse the repository at this point in the history
Fixes #79 

[CHANGELOG]
Fix `InkStory` not properly registered as `[GlobalClass]`
  • Loading branch information
valknight authored Dec 17, 2023
1 parent 8ace5c5 commit f4ae9bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
* François de la Taste (francoisdlt)
* Sam Sarette (lunarcloud)
* Shannon Chen (shinyu6)
* Val Knight (valknight)
2 changes: 1 addition & 1 deletion addons/GodotInk/Src/InkStory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace GodotInk;

[Tool]
#if GODOT4_1_1_OR_GREATER
#if GODOT4_1_OR_GREATER
[GlobalClass, Icon("../GodotInk.svg")]
#endif
public partial class InkStory : Resource
Expand Down

0 comments on commit f4ae9bb

Please sign in to comment.