Update README.md

This commit is contained in:
Arnaud Jamin
2023-10-17 21:19:51 -04:00
committed by GitHub
parent 7dd0beec7e
commit fd235b17da
+1 -1
View File
@@ -117,7 +117,7 @@ Gather various values sent by the selected actor and compte their rate per secon
- The following code shows how to add a metric:
```cpp
// Adding a metric
FCogDebugMetric::AddMetric(this, "Damage Dealt", Params.MitigatedDamage, Params.UnmitigatedDamage, false);
FCogDebugMetric::AddMetric(this, "Damage Dealt", MitigatedDamage, UnmitigatedDamage, false);
```