Replace incorrect uint32_t with correct int vars (#2235)
This commit is contained in:
parent
a0cce739bc
commit
eba1389a01
@ -92,8 +92,8 @@ public:
|
|||||||
if (processedDerefs.find(&base) == processedDerefs.end()) {
|
if (processedDerefs.find(&base) == processedDerefs.end()) {
|
||||||
processedDerefs.insert(&base);
|
processedDerefs.insert(&base);
|
||||||
|
|
||||||
uint32_t blockIndex = -1;
|
int blockIndex = -1;
|
||||||
uint32_t offset = -1;
|
int offset = -1;
|
||||||
TList<TIntermBinary*> derefs;
|
TList<TIntermBinary*> derefs;
|
||||||
TString baseName = base.getName();
|
TString baseName = base.getName();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user