Add window title
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ const BIOMES: [&str; BIOMES_NUMBER] = [
|
||||
fn main() {
|
||||
// building the display, ie. the main object
|
||||
let event_loop = glutin::event_loop::EventLoop::new();
|
||||
let wb = glutin::window::WindowBuilder::new();
|
||||
let wb = glutin::window::WindowBuilder::new().with_title("LemnosLife");
|
||||
let cb = glutin::ContextBuilder::new().with_depth_buffer(24);
|
||||
let display = glium::Display::new(wb, cb, &event_loop).unwrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user