Adds a hook for changing view size. (#23690)

* Adds a hook for changing view size.

* """"coding standards""""
This commit is contained in:
Pieter-Jan Briers
2017-02-06 01:01:12 +13:00
committed by oranges
parent 572b5dc98e
commit 43fd486f82
7 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
buckled_mob.pixel_x = 0
buckled_mob.pixel_y = 0
if(buckled_mob.client)
buckled_mob.client.view = world.view
buckled_mob.client.change_view(world.view)