mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-15 18:13:59 +00:00
graphs have no lineNumbers
This commit is contained in:
parent
4623280399
commit
1f71530ee8
@ -146,7 +146,7 @@ function loadGlslElements() {
|
||||
for(var i = 0; i < sfList.length; i++){
|
||||
if (sfList[i].hasAttribute("data")){
|
||||
var srcFile = sfList[i].getAttribute("data");
|
||||
glslGraphs.push(new GlslEditor(sfList[i], { canvas_width: 800, canvas_height: 250, frag_header: preFunction, frag_footer: postFunction }).open(srcFile));
|
||||
glslGraphs.push(new GlslEditor(sfList[i], { canvas_width: 800, lineNumbers: false, canvas_height: 250, frag_header: preFunction, frag_footer: postFunction }).open(srcFile));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user