remove redundant "window initialized" message
This commit is contained in:
parent
231de4b245
commit
9162e9f3b4
|
@ -7,14 +7,10 @@ type t = Sdl.window
|
|||
|
||||
let make ~title =
|
||||
let flags = Sdl.Window.(opengl + resizable + hidden) in
|
||||
let window =
|
||||
Sdl.create_window_exn
|
||||
~w:1024 ~h:800
|
||||
title
|
||||
flags
|
||||
in
|
||||
info (fun m -> m "window initialized");
|
||||
window
|
||||
|
||||
let event_loop window ~render =
|
||||
let event = Sdl.Event.create () in
|
||||
|
|
Loading…
Reference in New Issue