Skip to content

Commit

Permalink
[FIX] Remove old tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jomshir98 committed Oct 9, 2023
1 parent def21cb commit f362bc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 43 deletions.
5 changes: 4 additions & 1 deletion pandora-client-web/src/assets/graphicsLoader.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import { Assert, GetLogger, Logger } from 'pandora-common';
import { BaseTexture, IImageResourceOptions, Resource, Texture, autoDetectResource } from 'pixi.js';
import { BaseTexture, IImageResourceOptions, Resource, Texture, autoDetectResource, settings as PIXISettings } from 'pixi.js';
import { PersistentToast } from '../persistentToast';
import { IGraphicsLoader } from './graphicsManager';

// Prevent PIXI from doing PIXI things
PIXISettings.STRICT_TEXTURE_CACHE = true;

/**
* Interval after which texture load is retried, if the texture is still being requested.
* Last interval is repeated indefinitely until the load either succeeds or the texture is no longer needed.
Expand Down
42 changes: 0 additions & 42 deletions pandora-client-web/test/asset/graphicsLoader.test.ts

This file was deleted.

0 comments on commit f362bc0

Please sign in to comment.