mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-20 20:54:59 -07:00
Update String to use overloading
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ bool is_entity_exported(Entity *e) {
|
||||
if (name.len == 0) {
|
||||
return false;
|
||||
}
|
||||
return name.text[0] != '_';
|
||||
return name[0] != '_';
|
||||
}
|
||||
|
||||
gb_global u64 global_entity_id = 0;
|
||||
|
||||
Reference in New Issue
Block a user