Changeset 2858


Ignore:
Timestamp:
Mar 15, 2012 11:53:26 PM (12 years ago)
Author:
ldelgass
Message:

Fix arrow bitmap file names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/ParticleSystem.cpp

    r2857 r2858  
    304304
    305305#ifdef USE_RGBA_ARROW
    306     std::string path = vrFilePath::getInstance()->getPath("arrow.bmp");
     306    std::string path = vrFilePath::getInstance()->getPath("arrows_red_bg.bmp");
    307307#else
    308     std::string path = vrFilePath::getInstance()->getPath("arrows_red_bg.bmp");
     308    std::string path = vrFilePath::getInstance()->getPath("arrows.bmp");
    309309#endif
    310310    if (!path.empty()) {
Note: See TracChangeset for help on using the changeset viewer.