Explorar o código

change encoding of webgl_marching_cubes.html to UTF8 so that it loads as an interactive page rather than as plain text.

Ben Houston %!s(int64=12) %!d(string=hai) anos
pai
achega
5edec35960
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgl_marching_cubes.html

+ 1 - 1
examples/webgl_marching_cubes.html

@@ -1,4 +1,4 @@
-<!DOCTYPE HTML>
+<!DOCTYPE html>
 <html lang="en">
 <head>
 	<title>three.js webgl - marching cubes</title>