소스 검색

Fix wrong hexa color in webgl_loader_sea3d

Tristan Valcke 8 년 전
부모
커밋
0da24de64b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/webgl_loader_sea3d.html

+ 1 - 1
examples/webgl_loader_sea3d.html

@@ -28,7 +28,7 @@
 	</head>
 	<body>
 		<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>
 
 		<script src="../build/three.js"></script>