diff --git a/internal/graphicscommand/command.go b/internal/graphicscommand/command.go index f3d89b7cb..dc0e471b6 100644 --- a/internal/graphicscommand/command.go +++ b/internal/graphicscommand/command.go @@ -46,9 +46,6 @@ func IsShaderAvailable() bool { if !theGraphicsDriver.IsGL() { return false } - if web.IsBrowser() { - return false - } return true }