Commit 7b01319
committed
Comment out DrawSkyBox() to prevent overdraw
This commit modifies the OpenGLContext.cs file by commenting out the call to `DrawSkyBox()`. This change is likely aimed at addressing overdraw issues or for debugging purposes, as the skybox is now no longer drawn in the rendering process.1 parent eadca3c commit 7b01319
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | | - | |
| 421 | + | |
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
| |||
0 commit comments