Replace incorrect uint32_t with correct int vars (#2235)
This commit is contained in:
parent
a0cce739bc
commit
eba1389a01
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue