fix typos

This commit is contained in:
Connor Olding 2019-04-06 06:02:46 +02:00
parent 0056b4afe1
commit a700b9ee27
2 changed files with 3 additions and 3 deletions

View File

@ -57,9 +57,9 @@ scope CC {
constant CONST_1(-20)
constant CONST_0(-21)
define c1a(0); define c1d(0); define c1c(0); define c1d(0) // cycle 1 color
define c1a(0); define c1b(0); define c1c(0); define c1d(0) // cycle 1 color
define c1A(0); define c1B(0); define c1C(0); define c1D(0) // cycle 1 alpha
define c2a(0); define c2d(0); define c2c(0); define c2d(0) // cycle 2 color
define c2a(0); define c2b(0); define c2c(0); define c2d(0) // cycle 2 color
define c2A(0); define c2B(0); define c2C(0); define c2D(0) // cycle 2 alpha
macro Cycle1Color(variable a, variable b, variable c, variable d) {

View File

@ -754,7 +754,7 @@ macro texlog2(variable x) {
}
macro gLoadTex(variable addr, variable fmt, variable size, variable width, variable height) {
// this macros omits the cms, cmt, masks, maskt, shifts, shiftt args,
// this macro omits the cms, cmt, masks, maskt, shifts, shiftt args,
// and assumes you want the texture to wrap.
// TODO: merge fmt and size argument enums? might be less of a headache.