Rename last references of NXT to Dawn

This commit is contained in:
Corentin Wallez
2018-07-18 15:32:04 +02:00
committed by Corentin Wallez
parent 9fc65344f4
commit 6ed9cbf894
10 changed files with 12 additions and 12 deletions

View File

@@ -77,7 +77,7 @@ dawn::Device CreateCppDawnDevice() {
}
binding->SetupGLFWWindowHints();
window = glfwCreateWindow(640, 480, "NXT window", nullptr, nullptr);
window = glfwCreateWindow(640, 480, "Dawn window", nullptr, nullptr);
if (!window) {
return dawn::Device();
}