Add minor improvements

This commit is contained in:
schmelczerandras 2020-09-19 17:31:21 +02:00
parent 4f726ddac2
commit 8ca8f0ed70
12 changed files with 20 additions and 69 deletions

View file

@ -1,6 +1,6 @@
import { vec2 } from 'gl-matrix';
import { Drawable } from '../../drawables/drawable';
import { RuntimeSettings } from './runtime-settings';
import { RuntimeSettings } from './settings/runtime-settings';
export interface Renderer {
readonly canvasSize: vec2;