diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/gfx/gfx.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx/gfx.slang b/tools/gfx/gfx.slang index fded20eeb..8dae5227e 100644 --- a/tools/gfx/gfx.slang +++ b/tools/gfx/gfx.slang @@ -12,7 +12,7 @@ public typedef int GfxCount; public typedef intptr_t Size; public typedef intptr_t Offset; -public const uint64_t kTimeoutInfinite = 0xFFFFFFFFFFFFFFFF; +public static const uint64_t kTimeoutInfinite = 0xFFFFFFFFFFFFFFFF; public enum class StructType { |
