diff options
| author | Kostadin Damyanov | 2015-07-02 18:41:32 +0300 |
|---|---|---|
| committer | Kostadin Damyanov | 2015-07-02 18:41:32 +0300 |
| commit | 77e78cdb200b08a079b9d4047ea99227874ff3e1 (patch) | |
| tree | fdef222f373e27c5821f3b38b2204d9ace148d0b /platform/haiku/context_gl_haiku.cpp | |
| parent | e0e54ea7d456c0fabd8f3f9b2667a69ff520f852 (diff) | |
| download | godot-77e78cdb200b08a079b9d4047ea99227874ff3e1.tar.gz godot-77e78cdb200b08a079b9d4047ea99227874ff3e1.tar.zst godot-77e78cdb200b08a079b9d4047ea99227874ff3e1.zip | |
Diffstat (limited to 'platform/haiku/context_gl_haiku.cpp')
| -rw-r--r-- | platform/haiku/context_gl_haiku.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/haiku/context_gl_haiku.cpp b/platform/haiku/context_gl_haiku.cpp index 8cb1adc36..21107a52a 100644 --- a/platform/haiku/context_gl_haiku.cpp +++ b/platform/haiku/context_gl_haiku.cpp @@ -15,20 +15,17 @@ ContextGL_Haiku::~ContextGL_Haiku() { Error ContextGL_Haiku::initialize() { window->AddChild(view); - view->LockGL(); window->SetHaikuGLView(view); return OK; } void ContextGL_Haiku::release_current() { - //ERR_PRINT("release_current() NOT IMPLEMENTED"); view->UnlockGL(); } void ContextGL_Haiku::make_current() { view->LockGL(); - //ERR_PRINT("make_current() NOT IMPLEMENTED"); } void ContextGL_Haiku::swap_buffers() { |
