mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-15 01:24:35 +02:00
#15 WebGL turn off multisampling
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
proc.connect(ctx.destination);
|
||||
}
|
||||
|
||||
var gl = canvasElement.getContext("webgl") || canvasElement.getContext("experimental-webgl");
|
||||
var gl = canvasElement.getContext("webgl", {antialias:false}) || canvasElement.getContext("experimental-webgl", {antialias:false});
|
||||
|
||||
Module.setStatus('Downloading...');
|
||||
window.onerror = function(event) {
|
||||
|
Reference in New Issue
Block a user