mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 13:11:33 +00:00
compile metal in cmake
This commit is contained in:
@ -8,7 +8,7 @@ public struct FPSCalculator {
|
||||
_framesCount += 1
|
||||
_accumulator += deltaTime
|
||||
|
||||
if (_accumulator >= 1.0) {
|
||||
if _accumulator >= 1.0 {
|
||||
result(_framesCount)
|
||||
|
||||
_framesCount = 0
|
||||
|
Reference in New Issue
Block a user