Skip to content

Commit a8ebc71

Browse files
Fix nits
1 parent 948ae5e commit a8ebc71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/renderer_mtl/renderer_mtl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ void RendererMTL::display() {
150150
}
151151

152152
void RendererMTL::initGraphicsContext(void* window) {
153-
// On Qt and IOS, the frontend handles the MetalLayer
153+
// On Qt and iOS, the frontend handles the Metal layer
154154
#if defined(PANDA3DS_FRONTEND_QT) || defined(PANDA3DS_IOS)
155155
device = MTL::CreateSystemDefaultDevice();
156156
#else

0 commit comments

Comments
 (0)