Fix a compilation error with TINY_GUI.
This commit is contained in:
parent
061bb8fefe
commit
5fbe37e89c
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ const tresolution_list& get_tiny_gui_resolutions()
|
|||
template<class T>
|
||||
void test()
|
||||
{
|
||||
test_resolutions<T>(get_small_tiny_resolutions());
|
||||
test_resolutions<T>(get_tiny_gui_resolutions());
|
||||
}
|
||||
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue