swift: Correct lesson09 app delegate name

This commit is contained in:
2025-06-13 21:27:20 +10:00
parent 61f2c73b77
commit 427468200c

View File

@@ -8,7 +8,7 @@ import SDLSwift
import NeHe
import simd
struct Lesson8: AppDelegate
struct Lesson9: AppDelegate
{
struct Vertex
{
@@ -322,7 +322,7 @@ struct Lesson8: AppDelegate
@main struct Program: AppRunner
{
typealias Delegate = Lesson8
typealias Delegate = Lesson9
static let config = AppConfig(
title: "NeHe's Animated Blended Textures Tutorial",
width: 640,