[quake3-commits] [ioquake/ioq3] eb73dc: Catch more bad shader syntax cases
Zack Middleton
zturtleman at gmail.com
Fri May 31 00:15:06 EDT 2013
Branch: refs/heads/master
Home: https://github.com/ioquake/ioq3
Commit: eb73dcb7f46b25eeb73567f7d6067900e703f48a
https://github.com/ioquake/ioq3/commit/eb73dcb7f46b25eeb73567f7d6067900e703f48a
Author: Zack Middleton <zturtleman at gmail.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M code/renderergl1/tr_shader.c
M code/renderergl2/tr_shader.c
Log Message:
-----------
Catch more bad shader syntax cases
Use to only ignore file in cases where both { and \0 were missing after shader name. Now ignore file when either are missing, such as "}\0".
More information about the quake3-commits
mailing list