Daniele Bartolini 9 år sedan
förälder
incheckning
906234e26a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/resource/bundle_compiler.cpp

+ 1 - 1
src/resource/bundle_compiler.cpp

@@ -142,7 +142,7 @@ BundleCompiler::BundleCompiler(const char* source_dir, const char* bundle_dir)
 
 			line.trim();
 
-			if (line.empty() || line.starts_with("#"))
+			if (line.empty() || line.has_prefix("#"))
 				continue;
 
 			vector::push_back(_globs, line);