Updated Implementing Power Save, aka Idling outside of ImGui (markdown)

Pascal Thomet 2023-02-03 20:42:40 +01:00
parent 3ea2c50a8c
commit 1bcbf64808

@ -12,7 +12,7 @@ This approach is summarized below. Of course, you may adapt it to your liking.
### 1. Create a storage for the idling data
First, inside the application state rendering function, let's add a storage for the Idling parameters.
First, inside the application state, let's add a storage for the Idling parameters.
For example:
```cpp