3
0
mirror of https://github.com/britzl/monarch.git synced 2025-06-26 18:07:46 +02:00

Update README_TRANSITIONS.md

Fixes #102
This commit is contained in:
Björn Ritzl 2023-12-27 15:51:38 +01:00
parent 742779d749
commit ce5ca26b6c

View File

@ -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
```