rust/lib-hedgewars-engine/src/instance.rs
changeset 16046 e8afb1bf2779
parent 16040 52b51d92e88d
child 16051 2003b466b279
equal deleted inserted replaced
16045:4933920eba89 16046:e8afb1bf2779
    33 
    33 
    34             template
    34             template
    35         }
    35         }
    36 
    36 
    37         world.init(template());
    37         world.init(template());
       
    38         world.init_renderer();
    38 
    39 
    39         Self {
    40         Self {
    40             world,
    41             world,
    41             ipc_channel: Channel::new(),
    42             ipc_channel: Channel::new(),
    42             ipc_queue: MessagesQueue::new(QueueChatStrategy::LocalGame),
    43             ipc_queue: MessagesQueue::new(QueueChatStrategy::LocalGame),