diff --git a/docs/guides/guides/rendering-textures.mdx b/docs/guides/guides/rendering-textures.mdx
index 27ab53e6..edbc328f 100644
--- a/docs/guides/guides/rendering-textures.mdx
+++ b/docs/guides/guides/rendering-textures.mdx
@@ -159,8 +159,12 @@ protected override void OnDraw(FrameTime frameTime)
}
```
-
## Step 5: Run it
Run the application. You should see the result below!!
+
+:::tip
+`Ctrl + Shift + Alt + S` enables/disables the stats window, which displays the current frames per second (FPS).
+:::
+