mirror of
https://github.com/ScrelliCopter/NeHe-SDL_GPU.git
synced 2025-06-19 21:49:17 +10:00
swift: Correct lesson09 app delegate name
This commit is contained in:
@@ -8,7 +8,7 @@ import SDLSwift
|
|||||||
import NeHe
|
import NeHe
|
||||||
import simd
|
import simd
|
||||||
|
|
||||||
struct Lesson8: AppDelegate
|
struct Lesson9: AppDelegate
|
||||||
{
|
{
|
||||||
struct Vertex
|
struct Vertex
|
||||||
{
|
{
|
||||||
@@ -322,7 +322,7 @@ struct Lesson8: AppDelegate
|
|||||||
|
|
||||||
@main struct Program: AppRunner
|
@main struct Program: AppRunner
|
||||||
{
|
{
|
||||||
typealias Delegate = Lesson8
|
typealias Delegate = Lesson9
|
||||||
static let config = AppConfig(
|
static let config = AppConfig(
|
||||||
title: "NeHe's Animated Blended Textures Tutorial",
|
title: "NeHe's Animated Blended Textures Tutorial",
|
||||||
width: 640,
|
width: 640,
|
||||||
|
|||||||
Reference in New Issue
Block a user