You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnselectFirstByScore(context,score,definitiveDecisionThreshold,true)// If we have less than 10 users of difference by default, we cannot make a definitive decision. It delegates to the next link
'Your browser is using an emulated software renderer (SwiftShader). This prevents Decentraland from working. This is usually fixed by restarting the computer. In any case, we recommend you to use the Desktop Client instead for a better overall experience. You can find it in https://decentraland.org/download'
67
+
)
68
+
}
69
+
}
70
+
71
+
canvas.addEventListener(
72
+
'webglcontextlost',
73
+
function(event){
74
+
event.preventDefault()
75
+
BringDownClientAndShowError(
76
+
'The rendering engine failed. This is an unrecoverable error that is subject to the available memory and resources of your browser.\n'+
77
+
'For a better experience, we recommend using the Native Desktop Client. You can find it in https://decentraland.org/download'
0 commit comments