mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Fixed typo
This commit is contained in:
parent
45db63a738
commit
ff25f294f0
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ void Hook_Manager::hook_opengl()
|
||||||
decltype(wglMakeCurrent)* wglMakeCurrent = nullptr;
|
decltype(wglMakeCurrent)* wglMakeCurrent = nullptr;
|
||||||
if (library != nullptr)
|
if (library != nullptr)
|
||||||
{
|
{
|
||||||
_wglMakeCurrent = (decltype(_wglMakeCurrent))GetProcAddress(library, "wglMakeCurrent");
|
wglMakeCurrent = (decltype(wglMakeCurrent))GetProcAddress(library, "wglMakeCurrent");
|
||||||
}
|
}
|
||||||
if (wglMakeCurrent != nullptr)
|
if (wglMakeCurrent != nullptr)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue