Skip to content

Commit f011002

Browse files
authored
Update how-to-debug-poor-performance.md
Solve 4ian/GDevelop#927 (comment)
1 parent 7720a5e commit f011002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gdevelop5/tutorials/how-to-debug-poor-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If your game is running slowly, it's a good idea to look at these common consume
1919

2020
## FPS counter
2121

22-
Try adding an FPS (frames per second) counter to your game. This will allow you to measure if your optimizations are increasing the performance of your game. You can do this by modifying a text object, and setting it to **FPS: " + ToString(ceil(1/TimeDelta()))** or:
22+
Try adding an FPS (frames per second) counter to your game. This will allow you to measure if your optimizations are increasing the performance of your game. You can do this by modifying a text object, and setting it to **"FPS: " + ToString(ceil(1/TimeDelta()))** or:
2323

2424
![](/gdevelop5/tutorials/fps-counter.jpg)
2525

0 commit comments

Comments
 (0)