Skip to content

Commit e719ef8

Browse files
committed
fixed tests
1 parent 43758e2 commit e719ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fyrox-ui/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
//! .build(&mut ui.build_ctx());
178178
//!
179179
//! // Poll the messages coming from the widgets and react to them.
180-
//! while let Some(message) = ui.poll_message_queue() {
180+
//! while let Some(message) = ui.poll_message() {
181181
//! if let Some(ButtonMessage::Click) = message.data() {
182182
//! if message.destination() == button {
183183
//! println!("The button was clicked!");

0 commit comments

Comments
 (0)