Browse Source

Fix wrong hexa color in webgl_loader_sea3d_morph

Tristan Valcke 8 năm trước cách đây
mục cha
commit
d78fa64a4d

+ 1 - 1
examples/webgl_loader_sea3d_morph.html

@@ -28,7 +28,7 @@
 	</head>
 	</head>
 	<body>
 	<body>
 		<div id="info">
 		<div id="info">
-			<a href="http://threejs.org" target="_blank">three.js</a> - asset by <a href="https://github.com/sunag/sea3d" style="color:#FFFFF" target="_blank">sea3d</a>
+			<a href="http://threejs.org" target="_blank">three.js</a> - asset by <a href="https://github.com/sunag/sea3d" style="color:#FFFFFF" target="_blank">sea3d</a>
 			<div id="description">Flag is Vertex Animation / Teapot is Morpher</div>
 			<div id="description">Flag is Vertex Animation / Teapot is Morpher</div>
 		</div>
 		</div>