Переглянути джерело

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

Ben Houston 12 роки тому
батько
коміт
5edec35960
1 змінених файлів з 1 додано та 1 видалено
  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">
 <html lang="en">
 <head>
 <head>
 	<title>three.js webgl - marching cubes</title>
 	<title>three.js webgl - marching cubes</title>