mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-09 19:10:24 +00:00
fixing editor
This commit is contained in:
parent
cb00cf694a
commit
9955999454
@ -22,8 +22,8 @@
|
|||||||
<div id="glsl_editor"></div>
|
<div id="glsl_editor"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<link type="text/css" rel="stylesheet" href="https://raw.githubusercontent.com/patriciogonzalezvivo/glslEditor/gh-pages/build/css/main.css">
|
<link type="text/css" rel="stylesheet" href="https://cdn.rawgit.com/patriciogonzalezvivo/glslEditor/gh-pages/build/css/main.css">
|
||||||
<script type="application/javascript" src="https://raw.githubusercontent.com/patriciogonzalezvivo/glslEditor/gh-pages/build/js/glslEditor.js"></script>
|
<script type="application/javascript" src="https://cdn.rawgit.com/patriciogonzalezvivo/glslEditor/gh-pages/build/js/glslEditor.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
window.glslEditor = new GlslEditor('#glsl_editor');
|
window.glslEditor = new GlslEditor('#glsl_editor');
|
||||||
window.addEventListener("hashchange", function () {
|
window.addEventListener("hashchange", function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user