X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2Fclient.cpp;h=232ba250eaa9236ff4fd9a4603a85ab9449536f9;hb=fa73e3600dee78063ab95e1903172ab339dcd4bd;hp=5a34976358d8ee74cc4826b464a7d9ff9668a8e6;hpb=33a9e73a4f9ed21c59a321fedeb4277318531abe;p=blank.git diff --git a/src/client/client.cpp b/src/client/client.cpp index 5a34976..232ba25 100644 --- a/src/client/client.cpp +++ b/src/client/client.cpp @@ -56,7 +56,7 @@ InteractiveState::InteractiveState(MasterState &master, uint32_t player_id) , manip(master.GetEnv().audio, sounds, player.GetEntity()) , input(world, player, master.GetClient()) , interface(master.GetConfig(), master.GetEnv().keymap, input, *this) -, chunk_receiver(world.Chunks(), save) +, chunk_receiver(master.GetClient(), world.Chunks(), save) , chunk_renderer(player.GetChunks()) , loop_timer(16) , stat_timer(1000)