From 307ef6274049550d14e550ec9dcaf6f0cd1e32ac Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Fri, 10 Oct 2025 08:49:05 +0200 Subject: [PATCH] Ignore empty line when loading properties file --- Tactility/Source/file/PropertiesFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tactility/Source/file/PropertiesFile.cpp b/Tactility/Source/file/PropertiesFile.cpp index 7b908358..d78a114d 100644 --- a/Tactility/Source/file/PropertiesFile.cpp +++ b/Tactility/Source/file/PropertiesFile.cpp @@ -26,7 +26,7 @@ bool loadPropertiesFile(const std::string& filePath, std::function