pretty up some comments

This commit is contained in:
Green Sky 2023-10-13 20:27:52 +02:00
parent 738d2abe7b
commit 5ff7d1cee0
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -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<uint8_t> data;
uint64_t width;
uint64_t height;