Преглед изворни кода

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>