mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 19:02:23 -07:00
Compile as C! Whoop!
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ u64 time_stamp__freq(void) {
|
||||
}
|
||||
|
||||
TimeStamp make_time_stamp(String label) {
|
||||
TimeStamp ts = {};
|
||||
TimeStamp ts = {0};
|
||||
ts.start = time_stamp_time_now();
|
||||
ts.label = label;
|
||||
return ts;
|
||||
|
||||
Reference in New Issue
Block a user