Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
pzaino committed Feb 29, 2024
1 parent e1858dd commit 78ed2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/fb
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ void FrameBuffer::setRenderStrategy(std::shared_ptr<RenderStrategy> strategy) {
void FrameBuffer::mergeLayers() {
// This could involve blending pixels from each layer based on their opacity,
// and visibility, or simply stacking them in order.
// For simplicity, we're not providing a specific implementation here.
// TODO: This is a placeholder for the actual implementation
}

0 comments on commit 78ed2f9

Please sign in to comment.