mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 21:58:31 +09:00
[Fix] (MG_Impl/Getter): fix typo
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace MobileGL {
|
||||
namespace MG_Util {
|
||||
String ConvertetGLExtToString(GLExtension extension) {
|
||||
String ConvertGLExtToString(GLExtension extension) {
|
||||
String str;
|
||||
switch (extension) {
|
||||
#define CASE(value) \
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
|
||||
namespace MobileGL {
|
||||
namespace MG_Util {
|
||||
String ConvertetGLExtToString(GLExtension extension);
|
||||
String ConvertGLExtToString(GLExtension extension);
|
||||
}
|
||||
} // namespace MobileGL
|
||||
Reference in New Issue
Block a user