Skip to content

Commit 34f04c7

Browse files
committed
fix: Bind CallbackAwaiter during initialization
1 parent 626db82 commit 34f04c7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/dart/godot_dart/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.1
2+
3+
- Bind `CallbackAwaiter` during initialization.
4+
15
## 0.5.0
26

37
- Variant can now be constructed from an Object without using `fromObject`

src/dart/godot_dart/lib/godot_dart.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ void _registerGodot(int libraryAddress, int bindingCallbacks) {
5050
TypeInfo.initTypeMappings();
5151

5252
SignalAwaiter.bind();
53+
CallbackAwaiter.bind();
5354

5455
if (Engine.singleton.isEditorHint()) {
5556
Future.microtask(() async {

0 commit comments

Comments
 (0)