Some label fixes
This commit is contained in:
Vendored
+1
-1
@@ -43,7 +43,7 @@ interface SceneNamespace {
|
||||
*/
|
||||
set(newScene: SceneObject | null): void;
|
||||
|
||||
/** Called each frame by the engine — drives `current.update()`. */
|
||||
/** Called each frame by the engine - drives `current.update()`. */
|
||||
update(): void;
|
||||
|
||||
/** Called each frame by the engine for dynamic/physics updates. */
|
||||
|
||||
Reference in New Issue
Block a user