mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-13 11:07:08 +00:00
Fix typo in unit tests
This commit is contained in:
@@ -244,7 +244,7 @@ void main() {
|
||||
REQUIRE_ARRAY_SIZE(mapping.constantBlocks.size(), 1);
|
||||
{
|
||||
// $Globals
|
||||
CHECK(mapping.constantBlocks[1].used);
|
||||
CHECK(mapping.constantBlocks[0].used);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user