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