sim: don't create bl0942 on demo scene

This commit is contained in:
openshwprojects
2022-12-27 22:10:59 +01:00
parent 2c234f92d5
commit 1bab9ab7e8

View File

@@ -180,8 +180,10 @@ void CSimulation::createDemo() {
CShape *strip2 = addObject(sim->getPfbs()->instantiatePrefab("StripCW"));
strip2->setPosition(400, 600);
CShape *bl0942 = addObject(sim->getPfbs()->instantiatePrefab("BL0942"));
bl0942->setPosition(800, 600);
if (false) {
CShape *bl0942 = addObject(sim->getPfbs()->instantiatePrefab("BL0942"));
bl0942->setPosition(800, 600);
}
//CShape *strip3 = addObject(sim->getPfbs()->instantiatePrefab("StripRGB"));
//strip3->setPosition(400, 700);
if (0) {