Skip to content

Commit 5843c20

Browse files
Update src/renderer/render_api_opengles.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4dce9d6 commit 5843c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/render_api_opengles.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2677,7 +2677,7 @@ class RHI_OpenGL : public TrRenderHardwareInterface
26772677
{
26782678
std::vector<int> values;
26792679

2680-
// support WEBGL_SAMPLES for now, throw for others
2680+
// Support WEBGL_SAMPLES for now, log error for others
26812681
if (req->pname == WEBGL_SAMPLES)
26822682
{
26832683
#ifdef ANDROID

0 commit comments

Comments
 (0)