mirror of
https://github.com/Fluffy-Bean/ColouringApp.git
synced 2025-05-19 09:54:57 +00:00
style: format code with Gofumpt
This commit fixes the style issues introduced in d72e443
according to the output
from Gofumpt.
Details: None
This commit is contained in:
parent
d72e443f93
commit
b7701e600a
3 changed files with 9 additions and 11 deletions
|
@ -26,7 +26,7 @@ func (c *Canvas) Update() {
|
|||
c.Target = raylib.LoadRenderTexture(int32(c.Size.X), int32(c.Size.Y))
|
||||
|
||||
raylib.BeginTextureMode(c.Target)
|
||||
//raylib.ClearBackground(raylib.White)
|
||||
// raylib.ClearBackground(raylib.White)
|
||||
raylib.DrawTexturePro(
|
||||
c.Background,
|
||||
raylib.NewRectangle(0, 0, c.Size.X, -c.Size.Y),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue