Skip to content

Commit be8f199

Browse files
committed
Fix typo
1 parent 1e42e3b commit be8f199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lua-tests/Source/AppDelegate.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ AppDelegate::~AppDelegate() {}
3838

3939
void AppDelegate::initContextAttrs()
4040
{
41-
ContextAttrs gfxContextAttrs = {8, 8, 8, 8, 24, 8, 0};
41+
ContextAttrs contextAttrs = {8, 8, 8, 8, 24, 8, 0};
4242

43-
setContextAttrs(gfxContextAttrs);
43+
setContextAttrs(contextAttrs);
4444
}
4545

4646
bool AppDelegate::applicationDidFinishLaunching()

0 commit comments

Comments
 (0)