rust-particles icon indicating copy to clipboard operation
rust-particles copied to clipboard

Unused fields

Open luisbg opened this issue 8 years ago • 0 comments

Are the unused fields of the Texture structure a known thing? Probably for future development.

These fields are set but never read.

warning: field is never used: width and height --> src/graphics/texture.rs:6:5

luisbg avatar Nov 01 '17 09:11 luisbg