]> git.jsancho.org Git - lugaru.git/commit
Fixed bushes appearing above ground on first level loaded
authorCôme Chilliet <come@chilliet.eu>
Tue, 3 Jan 2017 00:48:18 +0000 (01:48 +0100)
committerCôme Chilliet <come@chilliet.eu>
Tue, 3 Jan 2017 00:48:18 +0000 (01:48 +0100)
commit291db05ab93d63f5c7a6f0dcf3d144627c0c20c3
tree278e510838a8d53136cc6dc99d85a08aa0ae7c80
parent22dedb8ee79dd55169b8fdb07f1a12a0d6acd22d
Fixed bushes appearing above ground on first level loaded

This was because Setenvironment was done after objects loading,
 and this is were terrain heightmap is built.
This might be related to the appearing inside a rock bug, not sure.
Source/GameTick.cpp