mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
fix missing var
This commit is contained in:
parent
f4b960f54d
commit
d9c8d54870
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ var CacheImageData = 1;
|
|||
function DrawGetImage(Source) {
|
||||
// Search in the cache to find the image
|
||||
if (!CacheImage[Source]) {
|
||||
img = new Image;
|
||||
var img = new Image;
|
||||
img.src = Source;
|
||||
CacheImage[Source] = img;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue