From 12972093a8eb1853c4bbe32750e43ec390cfe8c5 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Tue, 14 Feb 2023 01:52:15 +0000 Subject: add flushBatch to work around crash on some devices due to low vram this is a workaround until i rework drawing to use instancing instead --- client/main.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'client/main.lua') diff --git a/client/main.lua b/client/main.lua index 6692e13..27b93f9 100644 --- a/client/main.lua +++ b/client/main.lua @@ -208,6 +208,7 @@ function love.draw() "voob "..tostring(camera.zoom), "-", "fps "..tostring(love.timer.getFPS()), + "ping "..tostring(peer:round_trip_time()) },10,10) end -- cgit v1.2.3