Rename msaa-linelist to msaa-line

This commit is contained in:
Rukai
2019-06-20 16:20:01 +10:00
parent dcd28b42f6
commit 60488d7b87
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");
}