Skip to content

Commit 5c37ca2

Browse files
committed
Hotfix syntax error following #640
1 parent 0f737cd commit 5c37ca2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/OvRendering/src/OvRendering/HAL/OpenGL/GLBackend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ namespace
9191
{
9292
GLint result[4];
9393
glGetIntegerv(p_parameter, result);
94-
return static_cast<int>(result[0);
94+
return static_cast<int>(result[0]);
9595
}
9696

9797
int GetInt(uint32_t p_parameter, uint32_t p_index)

0 commit comments

Comments
 (0)