Skip to content

Commit

Permalink
Update README_TRANSITIONS.md
Browse files Browse the repository at this point in the history
Fixes #102
  • Loading branch information
britzl committed Dec 27, 2023
1 parent 742779d commit ce5ca26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_TRANSITIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ end

function on_message(self, message_id, message, sender)
if message_id == hash("my_resize_message") then
self.transition.window_resized(message.width, message.height)
transition.window_resized(message.width, message.height)
end
end
```
Expand Down

0 comments on commit ce5ca26

Please sign in to comment.