Update window title
This commit is contained in:
parent
525a78f7c5
commit
eead999bc4
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ impl ExampleBase {
|
||||||
pub fn new(window_width: u32, window_height: u32) -> Self {
|
pub fn new(window_width: u32, window_height: u32) -> Self {
|
||||||
unsafe {
|
unsafe {
|
||||||
let window = winit::WindowBuilder::new()
|
let window = winit::WindowBuilder::new()
|
||||||
.with_title("A fantastic window!")
|
.with_title("Ash - Example")
|
||||||
.with_dimensions(window_width, window_height)
|
.with_dimensions(window_width, window_height)
|
||||||
.with_window_resize_callback(resize_callback)
|
.with_window_resize_callback(resize_callback)
|
||||||
.build()
|
.build()
|
||||||
|
|
Loading…
Add table
Reference in a new issue