mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-01-22 22:30:27 +01:00
Comment out early stop in renderer reset as it results in broken renderings.
This commit is contained in:
parent
58d930e1d2
commit
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)]
|
||||
|
Loading…
Reference in New Issue
Block a user