Explorar el Código

Examples: Fixed string in webgl_geometry_text_shapes.

Mr.doob hace 6 años
padre
commit
6518d0c01f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/webgl_geometry_text_shapes.html

+ 1 - 1
examples/webgl_geometry_text_shapes.html

@@ -71,7 +71,7 @@
 						side: DoubleSide
 					} );
 
-					var message = "   js\nSimple text.";
+					var message = "   Three.js\nSimple text.";
 
 					var shapes = font.generateShapes( message, 100 );