Skip to content

Commit

Permalink
fix: Bind CallbackAwaiter during initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzybinary committed Oct 20, 2024
1 parent 626db82 commit 34f04c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dart/godot_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.1

- Bind `CallbackAwaiter` during initialization.

## 0.5.0

- Variant can now be constructed from an Object without using `fromObject`
Expand Down
1 change: 1 addition & 0 deletions src/dart/godot_dart/lib/godot_dart.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ void _registerGodot(int libraryAddress, int bindingCallbacks) {
TypeInfo.initTypeMappings();

SignalAwaiter.bind();
CallbackAwaiter.bind();

if (Engine.singleton.isEditorHint()) {
Future.microtask(() async {
Expand Down

0 comments on commit 34f04c7

Please sign in to comment.