Skip to content

Commit

Permalink
remove hidden attribute from aria-live elements, see phetsims/chipper…
Browse files Browse the repository at this point in the history
  • Loading branch information
dighumcld committed Mar 25, 2022
1 parent 7669b32 commit 121347d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/PixelBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ class PixelBuffer {
this->buffer = new uint8_t[size];
};
~PixelBuffer(){
delete buf
delete buffer;
};

Pixe

0 comments on commit 121347d

Please sign in to comment.