Use original graphics namespace

This commit is contained in:
Vortrex
2021-04-22 09:24:57 -05:00
parent c9fed71f41
commit 7307ed082c
3 changed files with 7 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ function loadLogoImage() {
function processLogoRendering() {
if(renderLogo) {
if(logoImage != null) {
gta.drawRectangle(logoImage, logoPos, logoSize);
graphics.drawRectangle(logoImage, logoPos, logoSize);
}
}
}