Skip to content

Commit 56102af

Browse files
committed
fix issues with fmt removal - oops
1 parent 741f8b2 commit 56102af

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
[submodule "lib/glm"]
1212
path = lib/glm
1313
url = [email protected]:g-truc/glm.git
14-
[submodule "lib/fmt"]
15-
path = lib/fmt
16-
url = https://github.com/fmtlib/fmt.git
1714
[submodule "lib/J3DUltra"]
1815
path = lib/J3DUltra
1916
url = https://github.com/Sage-of-Mirrors/J3DUltra.git

lib/fmt

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/DOM/RoomDOMNode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <bstream.h>
2-
#include <fmt/format.h>
2+
#include <format>
33
#include "ImGuiFileDialog/ImGuiFileDialog.h"
44
#include "DOM/RoomDOMNode.hpp"
55
#include "DOM/ObserverDOMNode.hpp"

src/io/CollisionIO.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#define TINYOBJLOADER_IMPLEMENTATION
55
#include "tiny_obj_loader.h"
66

7-
#include <fmt/format.h>
7+
#include <format>
88

99
#include "DOM/MapDOMNode.hpp"
1010
#include "DOM/RoomDOMNode.hpp"

0 commit comments

Comments
 (0)