Add missing semicolon to profiler.inc (#996)
This commit is contained in:
parent
dae6d13f06
commit
e1648ba8f9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user