diff --git a/solanaceae/contact/components.hpp b/solanaceae/contact/components.hpp index f55d803..fa5c0bd 100644 --- a/solanaceae/contact/components.hpp +++ b/solanaceae/contact/components.hpp @@ -45,11 +45,11 @@ namespace Contact::Components { // (display)alias - // tag to signify a avatar change, and the texture needs to be reloaded + // tag to signal an avatar change, and the texture needs to be reloaded struct TagAvatarInvalidate {}; struct AvatarMemory { - // RGBA + // RGBA single-frame std::vector data; uint64_t width; uint64_t height;