Fix webgl.js path import in webgl shaders

This commit is contained in:
Frederic Junod
2018-07-17 09:19:04 +02:00
parent 7e3e0e54ca
commit 384920734f
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@
// This file is automatically generated, do not edit // This file is automatically generated, do not edit
// Run `make shaders` to generate, and commit the result. // Run `make shaders` to generate, and commit the result.
import {DEBUG as DEBUG_WEBGL} from '../../../../webgl.js'; import {DEBUG as DEBUG_WEBGL} from '../../../webgl.js';
/** /**
* @constructor * @constructor
@@ -4,7 +4,7 @@
// This file is automatically generated, do not edit // This file is automatically generated, do not edit
// Run `make shaders` to generate, and commit the result. // Run `make shaders` to generate, and commit the result.
import {DEBUG as DEBUG_WEBGL} from '../../../../webgl.js'; import {DEBUG as DEBUG_WEBGL} from '../../../webgl.js';
/** /**
* @constructor * @constructor