mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
internal/graphicscommand: remove unnecessary space chars
This commit is contained in:
parent
bf18a5e998
commit
eb6a773d3f
@ -271,7 +271,7 @@ type drawTrianglesCommand struct {
|
|||||||
|
|
||||||
func (c *drawTrianglesCommand) String() string {
|
func (c *drawTrianglesCommand) String() string {
|
||||||
// TODO: Improve readability
|
// TODO: Improve readability
|
||||||
blend := fmt.Sprintf("{src-color: %d, src-alpha: %d, dst-color: %d, dst-alpha: %d, op-color: %d, op-alpha: %d}",
|
blend := fmt.Sprintf("{src-color: %d, src-alpha: %d, dst-color: %d, dst-alpha: %d, op-color: %d, op-alpha: %d}",
|
||||||
c.blend.BlendFactorSourceRGB,
|
c.blend.BlendFactorSourceRGB,
|
||||||
c.blend.BlendFactorSourceAlpha,
|
c.blend.BlendFactorSourceAlpha,
|
||||||
c.blend.BlendFactorDestinationRGB,
|
c.blend.BlendFactorDestinationRGB,
|
||||||
|
Loading…
Reference in New Issue
Block a user