mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Renammed hook_<renderer> to start_hook
This commit is contained in:
parent
2fe5e90294
commit
4d3c355fcc
10 changed files with 13 additions and 13 deletions
|
|
@ -16,7 +16,7 @@
|
|||
// This is created by OpenGL_Hook::Create, and deleted by the Hook_Manager if not used
|
||||
static OpenGL_Hook* hook;
|
||||
|
||||
void OpenGL_Hook::hook_ogl()
|
||||
void OpenGL_Hook::start_hook()
|
||||
{
|
||||
if (!_hooked)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue