Browse Source

Fix wrong hexa color in webgl_loader_sea3d_keyframe

Tristan Valcke 8 years ago
parent
commit
c300f30de4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_loader_sea3d_keyframe.html

+ 1 - 1
examples/webgl_loader_sea3d_keyframe.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 id="description">Click to play</div>
 		</div>