fix color for font-demo

pull/3471/head
kallaballa 2 years ago
parent 5af71ce1fa
commit 9cdc2e65f5
  1. 2
      modules/v4d/samples/font-demo.cpp

@ -166,7 +166,7 @@ static bool iteration(cv::Ptr<V4D> window) {
clear();
fontSize(font_size);
fontFace("sans-bold");
fillColor(cv::Scalar(100, 172, 255, 255));
fillColor(INITIAL_COLOR);
textAlign(NVG_ALIGN_CENTER | NVG_ALIGN_TOP);
/** only draw lines that are visible **/

Loading…
Cancel
Save