Use gta NS draw funcs

This commit is contained in:
Vortrex
2021-04-20 21:28:23 -05:00
parent 805a95a01b
commit f53b1ca523
2 changed files with 5 additions and 5 deletions

View File

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