We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b76d2 commit 4a6bee2Copy full SHA for 4a6bee2
render.go
@@ -9,8 +9,6 @@ import (
9
10
// Draw the raycasted camera view to the screen.
11
func (c *Camera) Draw(screen *ebiten.Image) {
12
- screen.Clear()
13
-
14
//--draw basic sky and floor--//
15
texRect := image.Rect(0, 0, c.texSize, c.texSize)
16
lightingRGBA := &color.RGBA{R: c.maxLightRGB.R, G: c.maxLightRGB.G, B: c.maxLightRGB.B, A: 255}
0 commit comments