mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-07-06 10:00:45 +02:00
Comment out early stop in renderer reset as it results in broken renderings.
This commit is contained in:
@ -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)]
|
||||
|
Reference in New Issue
Block a user