This commit is contained in:
Milang 2019-10-25 20:38:33 +02:00
parent f11d89d4cf
commit 69c2f79095
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ void fe_zbuffer_clear()
{
uint32_t indice = 0;
for (indice = 0; indice < size_uint32; indice ++)
zbuffer[indice] = fe_max_dist;
zbuffer[indice] = 20000000;
}
bool fe_zbuffer_set_px(const uint32_t x, const uint32_t y, const uint32_t dist)