[rs] Rename msaa-linelist to msaa-line

This commit is contained in:
Rukai
2019-06-20 16:20:01 +10:00
parent 507d6a0714
commit 453fca1a06
3 changed files with 1 additions and 1 deletions

View File

@@ -208,5 +208,5 @@ impl framework::Example for Example {
}
fn main() {
framework::run::<Example>("MSAA and LineList");
framework::run::<Example>("msaa-line");
}