1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

egui_demo_app: add link to my twitter

This commit is contained in:
Emil Ernerfeldt
2022-04-30 17:50:39 +02:00
parent 051deb293f
commit 003dc4aac9
4 changed files with 19 additions and 14 deletions

View File

@@ -231,7 +231,7 @@ impl BackendPanel {
self.frame_history.fps()
));
} else {
ui.label("Only running UI code when there are animations or input");
ui.label("Only running UI code when there are animations or input.");
}
}
}