diff options
| author | Rémi Verschelde | 2017-12-06 19:54:22 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-12-07 08:02:00 +0100 |
| commit | d5ca9e2f6fa47b899fb28dc07cd321e1719b36de (patch) | |
| tree | 33d39e1299ed9258c4c196b2e0be24fc900251d3 /platform/haiku/os_haiku.cpp | |
| parent | 9ff17379c24a800dc598bf41a5981fc5d1c54291 (diff) | |
| download | godot-d5ca9e2f6fa47b899fb28dc07cd321e1719b36de.tar.gz godot-d5ca9e2f6fa47b899fb28dc07cd321e1719b36de.tar.zst godot-d5ca9e2f6fa47b899fb28dc07cd321e1719b36de.zip | |
Diffstat (limited to 'platform/haiku/os_haiku.cpp')
| -rw-r--r-- | platform/haiku/os_haiku.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/haiku/os_haiku.cpp b/platform/haiku/os_haiku.cpp index ef5a06510..feddb9695 100644 --- a/platform/haiku/os_haiku.cpp +++ b/platform/haiku/os_haiku.cpp @@ -106,8 +106,8 @@ void OS_Haiku::initialize(const VideoMode &p_desired, int p_video_driver, int p_ context_gl->initialize(); context_gl->make_current(); - /* Port to GLES 3 rasterizer */ - //rasterizer = memnew(RasterizerGLES2); +/* Port to GLES 3 rasterizer */ +//rasterizer = memnew(RasterizerGLES2); #endif |
