PavelZinchenko / event_horizon

GNU General Public License v3.0
55 stars 21 forks source link

fix(gameplay): fixes immediate exception in exploration #56

Closed Arik closed 2 years ago

Arik commented 2 years ago

After f9c1d59d15de4c2da9c8d2e7a6e6147c19ceb6c2 the extra Update() call happens before Start() which causes a NullReferenceException.

juh9870 commented 2 years ago

Thanks, I will investigate it. If no important logic happens in the first update then I will merge, otherwise I will do a workaround