1
0
зеркало из https://bitbucket.org/s_l_teichmann/mtsatellite synced 2025-10-17 10:45:26 +02:00

Comment out early stop in renderer reset as it results in broken renderings.

Этот коммит содержится в:
Sascha L. Teichmann
2017-02-27 20:47:23 +01:00
родитель 58d930e1d2
Коммит eed91e7148

Просмотреть файл

@@ -148,9 +148,13 @@ func (r *Renderer) SetPos(xOfs, zOfs int16) {
func (r *Renderer) Reset() {
/* TODO: Figure out why this early stop results
in broken renderings.
if r.IsEmpty() {
return
}
*/
yb := r.yBuffer
yb = yb[:len(yb)]