1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-07-03 22:44:32 +00:00

Fixes & enhancements to shader interface code

This commit is contained in:
fgenesis 2013-05-12 00:05:57 +02:00
parent c62d9f2370
commit 2ac3ad9fb1
5 changed files with 221 additions and 56 deletions

View file

@ -38,6 +38,7 @@ static const char *scriptObjTypeNames[] =
/* (1 <<10) */ "Quad",
/* (1 <<11) */ "Text",
/* (1 <<12) */ "PauseQuad",
/* (1 <<13) */ "Shader",
NULL
};