Преглед на файлове

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';