Update UIImageViewTest.cpp (#923)

Fix UIImageViewIssue12249Test
This commit is contained in:
CHP 2022-10-12 01:04:21 +02:00 committed by GitHub
parent 4d54f44f62
commit bdbe9b4f6f
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ bool UIImageViewIssue12249Test::init()
ImageView* imageView2 = ImageView::create();
imageView2->setScale9Enabled(true);
imageView2->loadTexture("blocks9r.png", Widget::TextureResType::PLIST);
imageView2->loadTexture("blocks9ss/blocks9r.png", Widget::TextureResType::PLIST);
imageView2->setContentSize(Size(250, imageView2->getContentSize().height * 2));
imageView2->setFlippedX(true);
imageView2->setScale(0.5);