Skip to content

Commit

Permalink
Explain TOGGLE_PAUSED_RENDERPHASES
Browse files Browse the repository at this point in the history
Also rename variable
  • Loading branch information
DatGuy1 authored Aug 27, 2023
1 parent 9a25e67 commit bcb5fb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GRAPHICS/TogglePausedRenderphases.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ aliases: ["_ENABLE_GAMEPLAY_CAM","_SET_FROZEN_RENDERING_DISABLED"]

```c
// 0xDFC252D8A3E15AB7 0x30ADE541
void TOGGLE_PAUSED_RENDERPHASES(BOOL toggle);
void TOGGLE_PAUSED_RENDERPHASES(BOOL rendering);
```
Freezes the screen in its current state.
## Parameters
* **toggle**:
* **rendering**: Whether to actively render the camera

0 comments on commit bcb5fb0

Please sign in to comment.