UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 173 B
import { BindViewport } from "./BindViewport"; import { ViewportStack } from "./ViewportStack"; export function PopViewport() { ViewportStack.index--; BindViewport(); }