use same title name in both native and web implementations
This commit is contained in:
@@ -30,7 +30,7 @@ impl Default for MathApp {
|
||||
}
|
||||
|
||||
impl epi::App for MathApp {
|
||||
fn name(&self) -> &str { "Integral Demo" }
|
||||
fn name(&self) -> &str { "Integral Demonstration" }
|
||||
|
||||
/// Called once before the first frame.
|
||||
fn setup(
|
||||
|
||||
Reference in New Issue
Block a user