浏览代码

WebGPU: Improved message.

Mr.doob 2 年之前
父节点
当前提交
db4d0899d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/jsm/capabilities/WebGPU.js

+ 1 - 1
examples/jsm/capabilities/WebGPU.js

@@ -14,7 +14,7 @@ class WebGPU {
 
 	static getErrorMessage() {
 
-		let message = 'Your browser does not support <a href="https://gpuweb.github.io/gpuweb/" style="color:blue">WebGPU</a>';
+		const message = 'Your browser does not support <a href="https://gpuweb.github.io/gpuweb/" style="color:blue">WebGPU</a> yet.';
 
 		const element = document.createElement( 'div' );
 		element.id = 'webgpumessage';