Add missing semicolon to profiler.inc (#996)

This commit is contained in:
iNilo
2019-05-03 02:11:03 -07:00
committed by Michael Flaherty
parent dae6d13f06
commit e1648ba8f9
+1 -1
View File
@@ -63,7 +63,7 @@ methodmap Profiler < Handle
property float Time { property float Time {
public native get(); public native get();
} }
} };
/** /**
* Creates a new profile object. The Handle must be freed * Creates a new profile object. The Handle must be freed