2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-16 03:37:01 +00:00

More bug fixes

This commit is contained in:
Jack Andersen
2019-02-07 21:56:54 -10:00
parent 5f8b65e3b5
commit 88591f48f0
20 changed files with 102 additions and 74 deletions

View File

@@ -212,6 +212,7 @@ static const char* FS =
" float4 kColor1;\n"
" float4 kColor2;\n"
" float4 kColor3;\n"
" float4 addColor;\n"
" Fog fog;\n"
"};\n"
"\n"
@@ -322,6 +323,7 @@ static const char* FSDoor =
" float4 kColor1;\n"
" float4 kColor2;\n"
" float4 kColor3;\n"
" float4 addColor;\n"
" Fog fog;\n"
"};\n"
"\n"