Skip to content

Commit 3fdb3fa

Browse files
committed
Mark GDExtension as reloadable
1 parent 9d1ade6 commit 3fdb3fa

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
### Added
44
- Editor plugin that registers the Lua REPL tab, where you can try Lua code using an empty `LuaState`
55

6+
### Changed
7+
- The GDExtension is now marked as reloadable
68

79

810
## [0.2.0](https://github.com/gilzoide/lua-gdextension/releases/tag/0.2.0)

addons/lua-gdextension/luagdextension.gdextension

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
entry_symbol = "luagdextension_entrypoint"
44
compatibility_minimum = "4.3"
5+
reloadable = true
56

67
[libraries]
78

0 commit comments

Comments
 (0)