Skip to content

Commit 779660c

Browse files
committed
Disable reloadable on gdextension
I rarely used this while developing, and the error is not a great thing to see every time... Fixes #25
1 parent 4596b22 commit 779660c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

godot/default/addons/godot-fluent-translation/godot-fluent-translation.gdextension

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[configuration]
22
entry_symbol = "gdext_rust_init"
33
compatibility_minimum = 4.3
4-
reloadable = true
54

65
[libraries]
76
linux.debug.x86_64 = "res://../../rust/target/debug/libgodot_fluent_translation.so"

godot/forked/addons/godot-fluent-translation/godot-fluent-translation.gdextension

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[configuration]
22
entry_symbol = "gdext_rust_init"
33
compatibility_minimum = 4.3
4-
reloadable = true
54

65
[libraries]
76
linux.debug.x86_64 = "res://../../rust/target/debug/libgodot_fluent_translation.so"

0 commit comments

Comments
 (0)