Skip to content

Commit

Permalink
Make atlasTexture public
Browse files Browse the repository at this point in the history
  • Loading branch information
treeform committed Nov 23, 2024
1 parent cb1d338 commit 94db8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boxy.nim
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type
atlasShader, maskShader, blendShader, activeShader: Shader
blurXShader, blurYShader: Shader
spreadXShader, spreadYShader: Shader
atlasTexture, tmpTexture: Texture
atlasTexture*, tmpTexture: Texture
layerNum: int ## Index into layer textures for writing.
layerTextures: seq[Texture] ## Layers array for pushing and popping.
atlasSize: int ## Size x size dimensions of the atlas.
Expand Down

0 comments on commit 94db8b2

Please sign in to comment.