mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-05 15:52:57 +00:00
fix: use single-argument RenderManager::Clear
This commit is contained in:
parent
ef4c61c6df
commit
b4833bf7c2
|
|
@ -1284,7 +1284,7 @@ void UIController::setupCustomDrawGameStateAndMatrices(UIScene *scene, CustomDra
|
|||
|
||||
void UIController::endCustomDrawGameState()
|
||||
{
|
||||
#ifdef __ORBIS__
|
||||
#if defined(__ORBIS__) || defined(__linux__)
|
||||
// TO BE IMPLEMENTED
|
||||
RenderManager.Clear(GL_DEPTH_BUFFER_BIT);
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in a new issue