Skip to content

Commit d1c070d

Browse files
author
dave
committed
Add BETA comment on framebuffer example, remove unused variable
1 parent d3f0dfc commit d1c070d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphics/GraphicsDeviceRenderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ namespace tcgfx {
305305
auto* boolItem = reinterpret_cast<BooleanMenuItem*>(pItem);
306306
sel = boolItem->getBoolean();
307307
}
308-
color_t bgColor, textColor;
308+
309309
if(isActiveOrEditing(pEntry->getMenuItem())) {
310310
drawable->setColors(propertiesFactory.getSelectedColor(ItemDisplayProperties::TEXT), propertiesFactory.getSelectedColor(ItemDisplayProperties::BACKGROUND));
311311
}

0 commit comments

Comments
 (0)