1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Remove references to old, fixed Firefox WebGL bug

This commit is contained in:
Emil Ernerfeldt
2022-12-12 21:45:57 +01:00
parent c58ac86935
commit 26eb002270
2 changed files with 0 additions and 4 deletions

View File

@@ -145,9 +145,6 @@ pub trait App {
/// The size limit of the web app canvas.
///
/// By default the max size is [`egui::Vec2::INFINITY`], i.e. unlimited.
///
/// A large canvas can lead to bad frame rates on some older browsers on some platforms
/// (see <https://bugzilla.mozilla.org/show_bug.cgi?id=1010527#c0>).
fn max_size_points(&self) -> egui::Vec2 {
egui::Vec2::INFINITY
}