Rearranged magicleap demo svgs

This commit is contained in:
Alan Jeffrey 2019-04-12 13:40:42 -05:00 committed by Josh Matthews
parent 6b19234a44
commit f20a023ba7
1 changed files with 2 additions and 2 deletions

View File

@ -42,11 +42,11 @@ const char* QUAD_NAMES[NUM_QUADS] = {
}; };
const char* SVG_NAMES[NUM_QUADS] = { const char* SVG_NAMES[NUM_QUADS] = {
"svg/nba-notext.svg",
"svg/Ghostscript_Tiger.svg", "svg/Ghostscript_Tiger.svg",
"svg/nba-notext.svg",
"svg/julius-caesar-with-bg.svg", "svg/julius-caesar-with-bg.svg",
"svg/magicleap-quickstart-p03.svg", "svg/magicleap-quickstart-p03.svg",
"svg/paper.svg", "svg/pathfinder_logo.svg",
"svg/pathfinder-magicleap-demo.svg", "svg/pathfinder-magicleap-demo.svg",
}; };