mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Quick bug fix
This commit is contained in:
Vendored
+6
@@ -2553,12 +2553,18 @@ declare namespace PIXI {
|
||||
|
||||
protected maxItemsPerFrame: number;
|
||||
protected itemsLeft: number;
|
||||
|
||||
beginFrame(): void;
|
||||
allowedToUpload(): boolean;
|
||||
}
|
||||
class TimeLimiter {
|
||||
constructor(maxMilliseconds: number);
|
||||
|
||||
protected maxMilliseconds: number;
|
||||
protected frameStart: number;
|
||||
|
||||
beginFrame(): void;
|
||||
allowedToUpload(): boolean;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user